Html Css Color HEX #888408 Olive

📋 copy color: '#888408'

red 136 ◦ green 132 ◦ blue 8

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

Shades of Olive #888408

Tints of Olive #888408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.83%

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

R = 49.28%
G = 47.83%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#888408 (or 0x888408) is known color: Olive. HEX triplet: 88, 84 and 08. RGB value is (136,132,8). Sum of RGB (Red+Green+Blue) = 136+132+8=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #888408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888408 is #777BF7. Grayscale: #777777. Windows color (decimal): -7830520 or 558216. OLE color: 558216.

HSL color Cylindrical-coordinate representation of color #888408: hue angle of 58.12º 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 #888408 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 132 8 -
CMYK 0 0.03 0.94 0.47
HSL 58.13º 0.89% 0.28% -
HSV(B) 58.13º 0.94% 0.53% -
XYZ 18.45 21.75 3.46 -
YUV 119.06 65.33 140.08 -
System Red Green Blue C M Y K H S L
Decimal 136 132 8 0 0.03 0.94 0.47 58.13 0.89 0.28
Hex 88 84 8 0 3 5E 2F 3A 59 1C
Octal 210 204 10 0 3 136 57 72 131 34
Binary 10001000 10000100 1000 0 11 1011110 101111 111010 1011001 11100

Color Harmonies of #888408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888408

Black with #888408

Text Example


Text Example

White with #888408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888408; }

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

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

background-color css

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

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

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

border-color css

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

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

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