Color Hex Logo

#899852 Color Hex

#899852
(137,152,82)
0 Favorites   1 Comments

Color spaces of #899852

RGB 13715282
HSL0.200.300.46
HSV73°46°60°
CMYK 0.100.000.46   0.40
XYZ23.067828.384012.2455
Yxy28.38400.36210.4456
Hunter Lab53.2766-15.946923.6660
CIE-Lab60.2341-16.711634.8992

#899852 color RGB value is (137,152,82).

#899852 hex color red value is 137, green value is 152 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #899852 hue: 0.20 , saturation: 0.30 and the lightness value of 899852 is 0.46.

The process color (four color CMYK) of #899852 color hex is 0.10, 0.00, 0.46, 0.40. Web safe color of #899852 is #999966. Color #899852 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011000 01010010
Octal 211 230 122
Decimal 137 152 82
Hex 89 98 52

RGB Percentages of Color #899852

%36.93
%40.97
%22.10

CMYK Percentages of Color #899852

%10
%0
%46
%40

Triadic Colors of #899852

#899852 #528998 #985289

Analogous Colors of #899852

#899852 #669852 #988452

Monochromatic Colors of #899852

#899852

Complementary Color

#899852 #615298

#899852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899852 Color CSS Codes

.mybgcolor {background-color:#899852; } 
.myforecolor {color:#899852; }
.mybordercolor {border:3px solid #899852; }

#899852 Text Font Color

<p style="color:#899852">Text here</p>

This sample text font color is #899852
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#899852 Background Color

<div style="background-color:#899852">
Div content here</div>

This div background color is #899852


#899852 Border Color

<div style="border:3px solid #899852">
Div here</div>

This div border color is #899852


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,152,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #899852; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #899852;
  -webkit-box-shadow: 1px 1px 3px 2px #899852;
  box-shadow:         1px 1px 3px 2px #899852; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,152,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #899852">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #899852;
  -webkit-box-shadow: 1px 1px 3px 2px #899852;
  box-shadow:         1px 1px 3px 2px #899852;">
Div content here</div>

This div box has shadow with color #899852


Comments

9 Jul 2018, 20:48 etothepi

Army green

Please login to write comment.