#898206

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

Shades of Olive #898206

Tints of Olive #898206

Color information

#898206 (or 0x898206) is unknown color: approx Olive. HEX triplet: 89, 82 and 06. RGB value is (137,130,6). Sum of RGB (Red+Green+Blue) = 137+130+6=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #898206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898206 is #767DF9. Grayscale: #767676. Windows color (decimal): -7765498 or 426633. OLE color: 426633.

HSL color Cylindrical-coordinate representation of color #898206: hue angle of 56.79º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #898206 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB1371306-
CMYK00.050.960.46
HSL56.79º91.61%28.04%-
HSV(B)56.79º95.62%53.73%-
XYZ18.3321.33.32-
YUV117.9664.82141.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.18%
GREEN value IS 130 (51.17% from 255) = 47.62%
BLUE value IS 6 (2.73% from 255) = 2.20%
R=50.18%
G=47.62%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137130600.050.960.4656.7991.6128.04
Hex8982605602E395c1c
Octal211202605140567113434
Binary100010011000001011001011100000101110111001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898206; }

 p { color: rgb(137,130,6); }

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

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

 a { background-color: rgb(137,130,6); }

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

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

 span { border-color: rgb(137,130,6); }

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