#888200

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

Shades of Olive #888200

Tints of Olive #888200

Color information

#888200 (or 0x888200) is unknown color: approx Olive. HEX triplet: 88, 82 and 00. RGB value is (136,130,0). Sum of RGB (Red+Green+Blue) = 136+130+0=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #888200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888200 is #777DFF. Grayscale: #757575. Windows color (decimal): -7831040 or 33416. OLE color: 33416.

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

Color convert

RGB1361300-
CMYK00.0410.47
HSL57.35º100%26.67%-
HSV(B)57.35º100%53.33%-
XYZ18.1421.23.14-
YUV116.9761.99141.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 130 (51.17% from 255) = 48.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.13%
G=48.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136130000.0410.4757.3510026.67
Hex8882004642F39641b
Octal210202004144577114433
Binary1000100010000010001001100100101111111001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888200; }

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

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

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

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

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

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

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

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