#888601

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

Shades of Olive #888601

Tints of Olive #888601

Color information

#888601 (or 0x888601) is unknown color: approx Olive. HEX triplet: 88, 86 and 01. RGB value is (136,134,1). Sum of RGB (Red+Green+Blue) = 136+134+1=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #888601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888601 is #7779FE. Grayscale: #777777. Windows color (decimal): -7830015 or 99976. OLE color: 99976.

HSL color Cylindrical-coordinate representation of color #888601: hue angle of 59.11º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #888601 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1361341-
CMYK00.010.990.47
HSL59.11º98.54%26.86%-
HSV(B)59.11º99.26%53.33%-
XYZ18.6822.293.35-
YUV119.4461.16139.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 134 (52.73% from 255) = 49.45%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=50.18%
G=49.45%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136134100.010.990.4759.1198.5426.86
Hex8886101632F3b631b
Octal210206101143577314333
Binary10001000100001101011100011101111111011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888601; }

 p { color: rgb(136,134,1); }

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

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

 a { background-color: rgb(136,134,1); }

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

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

 span { border-color: rgb(136,134,1); }

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