Color Hex Logo

#899c30 Color Hex

#899C30
(137,156,48)
0 Favorites   0 Comments

Color spaces of #899c30

RGB 13715648
HSL0.200.530.40
HSV71°69°61°
CMYK 0.120.000.69   0.39
XYZ22.738529.30877.2550
Yxy29.30870.38340.4942
Hunter Lab54.1375-19.768229.9508
CIE-Lab61.0531-21.733051.7686

#899c30 color RGB value is (137,156,48).

#899c30 hex color red value is 137, green value is 156 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #899c30 hue: 0.20 , saturation: 0.53 and the lightness value of 899c30 is 0.40.

The process color (four color CMYK) of #899c30 color hex is 0.12, 0.00, 0.69, 0.39. Web safe color of #899c30 is #999933. Color #899c30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011100 00110000
Octal 211 234 60
Decimal 137 156 48
Hex 89 9C 30

RGB Percentages of Color #899c30

%40.18
%45.75
%14.08

CMYK Percentages of Color #899c30

%12
%0
%69
%39

Triadic Colors of #899c30

#899c30 #30899c #9c3089

Analogous Colors of #899c30

#899c30 #539c30 #9c7930

Monochromatic Colors of #899c30

#899c30

Complementary Color

#899c30 #43309c

#899c30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899c30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899c30 Color CSS Codes

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

#899c30 Text Font Color

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

This sample text font color is #899c30
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.


#899c30 Background Color

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

This div background color is #899c30


#899c30 Border Color

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

This div border color is #899c30


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,156,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #899c30; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #899c30;
  -webkit-box-shadow: 1px 1px 3px 2px #899c30;
  box-shadow:         1px 1px 3px 2px #899c30; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899c30


Comments

No comments written yet.

Please login to write comment.