Html Css Color HEX #888208 Olive

📋 copy color: '#888208'

red 136 ◦ green 130 ◦ blue 8

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

Shades of Olive #888208

Tints of Olive #888208

RGB

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

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

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

R = 49.64%
G = 47.45%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#888208 (or 0x888208) is known color: Olive. HEX triplet: 88, 82 and 08. RGB value is (136,130,8). Sum of RGB (Red+Green+Blue) = 136+130+8=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #888208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888208 is #777DF7. Grayscale: #767676. Windows color (decimal): -7831032 or 557704. OLE color: 557704.

HSL color Cylindrical-coordinate representation of color #888208: hue angle of 57.19º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #888208 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 130 8 -
CMYK 0 0.04 0.94 0.47
HSL 57.19º 0.89% 0.28% -
HSV(B) 57.19º 0.94% 0.53% -
XYZ 18.18 21.22 3.37 -
YUV 117.89 65.99 140.92 -
System Red Green Blue C M Y K H S L
Decimal 136 130 8 0 0.04 0.94 0.47 57.19 0.89 0.28
Hex 88 82 8 0 4 5E 2F 39 59 1C
Octal 210 202 10 0 4 136 57 71 131 34
Binary 10001000 10000010 1000 0 100 1011110 101111 111001 1011001 11100

Color Harmonies of #888208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888208

Black with #888208

Text Example


Text Example

White with #888208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888208; }

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

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

background-color css

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

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

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

border-color css

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

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

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