#888306

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

Shades of Olive #888306

Tints of Olive #888306

Color information

#888306 (or 0x888306) is unknown color: approx Olive. HEX triplet: 88, 83 and 06. RGB value is (136,131,6). Sum of RGB (Red+Green+Blue) = 136+131+6=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #888306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888306 is #777CF9. Grayscale: #767676. Windows color (decimal): -7830778 or 426888. OLE color: 426888.

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

Color convert

RGB1361316-
CMYK00.040.960.47
HSL57.69º91.55%27.84%-
HSV(B)57.69º95.59%53.33%-
XYZ18.321.483.35-
YUV118.2464.66140.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 131 (51.56% from 255) = 47.99%
BLUE value IS 6 (2.73% from 255) = 2.20%
R=49.82%
G=47.99%
B=2.20%

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
Decimal136131600.040.960.4757.6991.5527.84
Hex8883604602F3a5c1c
Octal210203604140577213434
Binary100010001000001111001001100000101111111010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888306; }

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

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

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

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

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

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

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

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