#888512

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

Shades of Olive #888512

Tints of Olive #888512

Color information

#888512 (or 0x888512) is unknown color: approx Olive. HEX triplet: 88, 85 and 12. RGB value is (136,133,18). Sum of RGB (Red+Green+Blue) = 136+133+18=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #888512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888512 is #777AED. Grayscale: #797979. Windows color (decimal): -7830254 or 1213832. OLE color: 1213832.

HSL color Cylindrical-coordinate representation of color #888512: hue angle of 58.47º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #888512 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB13613318-
CMYK00.020.870.47
HSL58.47º76.62%30.2%-
HSV(B)58.47º86.76%53.33%-
XYZ18.6522.053.85-
YUV120.7969.99138.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 18 (7.42% from 255) = 6.27%
R=47.39%
G=46.34%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361331800.020.870.4758.4776.6230.2
Hex88851202572F3a4d1e
Octal2102052202127577211536
Binary1000100010000101100100101010111101111111010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888512; }

 p { color: rgb(136,133,18); }

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

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

 a { background-color: rgb(136,133,18); }

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

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

 span { border-color: rgb(136,133,18); }

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