Color Hex Logo

#899126 Color Hex

#899126
(137,145,38)
0 Favorites   0 Comments

Color spaces of #899126

RGB 13714538
HSL0.180.580.36
HSV64°74°57°
CMYK 0.060.000.74   0.43
XYZ20.791825.70915.7002
Yxy25.70910.39830.4925
Hunter Lab50.7041-15.536328.8275
CIE-Lab57.7599-16.661552.3541

#899126 color RGB value is (137,145,38).

#899126 hex color red value is 137, green value is 145 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #899126 hue: 0.18 , saturation: 0.58 and the lightness value of 899126 is 0.36.

The process color (four color CMYK) of #899126 color hex is 0.06, 0.00, 0.74, 0.43. Web safe color of #899126 is #999933. Color #899126 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010001 00100110
Octal 211 221 46
Decimal 137 145 38
Hex 89 91 26

RGB Percentages of Color #899126

%42.81
%45.31
%11.88

CMYK Percentages of Color #899126

%6
%0
%74
%43

Triadic Colors of #899126

#899126 #268991 #912689

Analogous Colors of #899126

#899126 #549126 #916426

Monochromatic Colors of #899126

#899126

Complementary Color

#899126 #2e2691

#899126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899126 Color CSS Codes

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

#899126 Text Font Color

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

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


#899126 Background Color

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

This div background color is #899126


#899126 Border Color

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

This div border color is #899126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899126


Comments

No comments written yet.

Please login to write comment.