Html Css Color HEX #888205 Olive

📋 copy color: '#888205'

red 136 ◦ green 130 ◦ blue 5

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

Shades of Olive #888205

Tints of Olive #888205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 50.18%
G = 47.97%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#888205 (or 0x888205) is known color: Olive. HEX triplet: 88, 82 and 05. RGB value is (136,130,5). Sum of RGB (Red+Green+Blue) = 136+130+5=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #888205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888205 is #777DFA. Grayscale: #767676. Windows color (decimal): -7831035 or 361096. OLE color: 361096.

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

Color convert

RGB 136 130 5 -
CMYK 0 0.04 0.96 0.47
HSL 57.25º 0.93% 0.28% -
HSV(B) 57.25º 0.96% 0.53% -
XYZ 18.16 21.21 3.28 -
YUV 117.54 64.49 141.16 -
System Red Green Blue C M Y K H S L
Decimal 136 130 5 0 0.04 0.96 0.47 57.25 0.93 0.28
Hex 88 82 5 0 4 60 2F 39 5D 1C
Octal 210 202 5 0 4 140 57 71 135 34
Binary 10001000 10000010 101 0 100 1100000 101111 111001 1011101 11100

Color Harmonies of #888205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888205

Black with #888205

Text Example


Text Example

White with #888205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888205; }

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

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

background-color css

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

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

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

border-color css

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

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

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