#899209

Color #899209 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #899209

Tints of Olive #899209

Color information

#899209 (or 0x899209) is unknown color: approx Olive. HEX triplet: 89, 92 and 09. RGB value is (137,146,9). Sum of RGB (Red+Green+Blue) = 137+146+9=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #899209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899209 is #766DF6. Grayscale: #808080. Windows color (decimal): -7761399 or 627337. OLE color: 627337.

HSL color Cylindrical-coordinate representation of color #899209: hue angle of 63.94º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #899209 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB1371469-
CMYK0.0600.940.43
HSL63.94º88.39%30.39%-
HSV(B)63.94º93.84%57.25%-
XYZ20.6425.94.17-
YUV127.6961.02134.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 46.92%
GREEN value IS 146 (57.42% from 255) = 50%
BLUE value IS 9 (3.91% from 255) = 3.08%
R=46.92%
G=50%
B=3.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13714690.0600.940.4363.9488.3930.39
Hex89929605E2B40581e
Octal21122211601365310013036
Binary10001001100100101001110010111101010111000000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899209; }

 p { color: rgb(137,146,9); }

 H1.HeaderClassName
 {
   color: #899209;
 }
 .AnyTagClassName
 {
   color: #899209;
 }
</style>
background-color css

<style>
 a { background-color: #899209; }

 a { background-color: rgb(137,146,9); }

 div.DivClassName
 {
   background-color: #899209;
 }
 .BgClassName
 {
   background-color: #899209;
 }
</style>
border-color css

<style>
 span { border-color: #899209; }

 span { border-color: rgb(137,146,9); }

 td.TdClassName
 {
   border-color: #899209;
 }
 .TagClassName
 {
   border-color: #899209;
 }
</style>