#898202

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

Shades of Olive #898202

Tints of Olive #898202

Color information

#898202 (or 0x898202) is unknown color: approx Olive. HEX triplet: 89, 82 and 02. RGB value is (137,130,2). Sum of RGB (Red+Green+Blue) = 137+130+2=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #898202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898202 is #767DFD. Grayscale: #767676. Windows color (decimal): -7765502 or 164489. OLE color: 164489.

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

Color convert

RGB1371302-
CMYK00.050.990.46
HSL56.89º97.12%27.25%-
HSV(B)56.89º98.54%53.73%-
XYZ18.3121.293.2-
YUV117.562.82141.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=50.93%
G=48.33%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137130200.050.990.4656.8997.1227.25
Hex8982205632E39611b
Octal211202205143567114133
Binary10001001100000101001011100011101110111001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898202; }

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

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

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

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

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

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

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

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