Html Css Color HEX #889208 Olive

📋 copy color: '#889208'

red 136 ◦ green 146 ◦ blue 8

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

Shades of Olive #889208

Tints of Olive #889208

RGB

 RED value IS 136 (53.52% from 255) = 46.9%

 GREEN value IS 146 (57.42% from 255) = 50.34%

 BLUE value IS 8 (3.52% from 255) = 2.76%

R = 46.9%
G = 50.34%
B = 2.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#889208 (or 0x889208) is known color: Olive. HEX triplet: 88, 92 and 08. RGB value is (136,146,8). Sum of RGB (Red+Green+Blue) = 136+146+8=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #889208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889208 is #776DF7. Grayscale: #7F7F7F. Windows color (decimal): -7826936 or 561800. OLE color: 561800.

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

Color convert

RGB 136 146 8 -
CMYK 0.07 0 0.95 0.43
HSL 64.35º 0.9% 0.3% -
HSV(B) 64.35º 0.95% 0.57% -
XYZ 20.48 25.81 4.13 -
YUV 127.28 60.69 134.22 -
System Red Green Blue C M Y K H S L
Decimal 136 146 8 0.07 0 0.95 0.43 64.35 0.9 0.3
Hex 88 92 8 7 0 5F 2B 40 5A 1E
Octal 210 222 10 7 0 137 53 100 132 36
Binary 10001000 10010010 1000 111 0 1011111 101011 1000000 1011010 11110

Color Harmonies of #889208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889208

Black with #889208

Text Example


Text Example

White with #889208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889208; }

 p { color: rgb(136,146,8); }

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

background-color css

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

 a { background-color: rgb(136,146,8); }

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

border-color css

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

 span { border-color: rgb(136,146,8); }

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