#888205

Color #888205 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #888205

Tints of Olive #888205

Color information

#888205 (or 0x888205) is unknown color: approx 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

RGB1361305-
CMYK00.040.960.47
HSL57.25º92.91%27.65%-
HSV(B)57.25º96.32%53.33%-
XYZ18.1621.213.28-
YUV117.5464.49141.16-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136130500.040.960.4757.2592.9127.65
Hex8882504602F395d1c
Octal210202504140577113534
Binary100010001000001010101001100000101111111001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>