Html Css Color HEX #898209 Olive

📋 copy color: '#898209'

red 137 ◦ green 130 ◦ blue 9

#898209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #898209

Tints of Olive #898209

RGB

 RED value IS 137 (53.91% from 255) = 49.64%

 GREEN value IS 130 (51.17% from 255) = 47.1%

 BLUE value IS 9 (3.91% from 255) = 3.26%

R = 49.64%
G = 47.1%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#898209 (or 0x898209) is known color: Olive. HEX triplet: 89, 82 and 09. RGB value is (137,130,9). Sum of RGB (Red+Green+Blue) = 137+130+9=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #898209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898209 is #767DF6. Grayscale: #767676. Windows color (decimal): -7765495 or 623241. OLE color: 623241.

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

Color convert

RGB 137 130 9 -
CMYK 0 0.05 0.93 0.46
HSL 56.72º 0.88% 0.29% -
HSV(B) 56.72º 0.93% 0.54% -
XYZ 18.35 21.3 3.4 -
YUV 118.3 66.32 141.34 -
System Red Green Blue C M Y K H S L
Decimal 137 130 9 0 0.05 0.93 0.46 56.72 0.88 0.29
Hex 89 82 9 0 5 5D 2E 39 58 1D
Octal 211 202 11 0 5 135 56 71 130 35
Binary 10001001 10000010 1001 0 101 1011101 101110 111001 1011000 11101

Color Harmonies of #898209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898209

Black with #898209

Text Example


Text Example

White with #898209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898209; }

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

 H1.HeaderClassName
 {
   color: #898209;
 }
 .AnyTagClassName
 {
   color: #898209;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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