#888206

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

Shades of Olive #888206

Tints of Olive #888206

Color information

#888206 (or 0x888206) is unknown color: approx Olive. HEX triplet: 88, 82 and 06. RGB value is (136,130,6). Sum of RGB (Red+Green+Blue) = 136+130+6=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #888206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888206 is #777DF9. Grayscale: #767676. Windows color (decimal): -7831034 or 426632. OLE color: 426632.

HSL color Cylindrical-coordinate representation of color #888206: hue angle of 57.23º degrees, saturation: 0.92, 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 #888206 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1361306-
CMYK00.040.960.47
HSL57.23º91.55%27.84%-
HSV(B)57.23º95.59%53.33%-
XYZ18.1721.213.31-
YUV117.6664.99141.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 130 (51.17% from 255) = 47.79%
BLUE value IS 6 (2.73% from 255) = 2.21%
R=50%
G=47.79%
B=2.21%

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
Decimal136130600.040.960.4757.2391.5527.84
Hex8882604602F395c1c
Octal210202604140577113434
Binary100010001000001011001001100000101111111001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888206; }

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

 H1.HeaderClassName
 {
   color: #888206;
 }
 .AnyTagClassName
 {
   color: #888206;
 }
</style>
background-color css

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

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

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

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

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

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