#888002

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

Shades of Olive #888002

Tints of Olive #888002

Color information

#888002 (or 0x888002) is unknown color: approx Olive. HEX triplet: 88, 80 and 02. RGB value is (136,128,2). Sum of RGB (Red+Green+Blue) = 136+128+2=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #888002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888002 is #777FFD. Grayscale: #747474. Windows color (decimal): -7831550 or 163976. OLE color: 163976.

HSL color Cylindrical-coordinate representation of color #888002: hue angle of 56.42º degrees, saturation: 0.97, 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 #888002 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1361282-
CMYK00.060.990.47
HSL56.42º97.1%27.06%-
HSV(B)56.42º98.53%53.33%-
XYZ17.8820.683.11-
YUV116.0363.65142.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 128 (50.39% from 255) = 48.12%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=51.13%
G=48.12%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136128200.060.990.4756.4297.127.06
Hex8880206632F38611b
Octal210200206143577014133
Binary10001000100000001001101100011101111111000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888002; }

 p { color: rgb(136,128,2); }

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

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

 a { background-color: rgb(136,128,2); }

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

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

 span { border-color: rgb(136,128,2); }

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