#888305

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

Shades of Olive #888305

Tints of Olive #888305

Color information

#888305 (or 0x888305) is unknown color: approx Olive. HEX triplet: 88, 83 and 05. RGB value is (136,131,5). Sum of RGB (Red+Green+Blue) = 136+131+5=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #888305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888305 is #777CFA. Grayscale: #767676. Windows color (decimal): -7830779 or 361352. OLE color: 361352.

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

Color convert

RGB1361315-
CMYK00.040.960.47
HSL57.71º92.91%27.65%-
HSV(B)57.71º96.32%53.33%-
XYZ18.321.483.32-
YUV118.1364.16140.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 131 (51.56% from 255) = 48.16%
BLUE value IS 5 (2.34% from 255) = 1.84%
R=50%
G=48.16%
B=1.84%

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
Decimal136131500.040.960.4757.7192.9127.65
Hex8883504602F3a5d1c
Octal210203504140577213534
Binary100010001000001110101001100000101111111010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888305; }

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

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

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

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

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

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

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

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