#999860

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

Shades of Avocado #999860

Tints of Avocado #999860

Color information

#999860 (or 0x999860) is unknown color: approx Avocado. HEX triplet: 99, 98 and 60. RGB value is (153,152,96). Sum of RGB (Red+Green+Blue) = 153+152+96=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #999860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999860 is #66679F. Grayscale: #929292. Windows color (decimal): -6711200 or 6330521. OLE color: 6330521.

HSL color Cylindrical-coordinate representation of color #999860: hue angle of 58.95º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #999860 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB15315296-
CMYK00.010.370.4
HSL58.95º22.89%48.82%-
HSV(B)58.95º37.25%60%-
XYZ26.4830.0715.48-
YUV145.9299.83133.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.15%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 96 (37.89% from 255) = 23.94%
R=38.15%
G=37.91%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531529600.010.370.458.9522.8948.82
Hex9998600125283b1731
Octal231230140014550732761
Binary100110011001100011000000110010110100011101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999860; }

 p { color: rgb(153,152,96); }

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

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

 a { background-color: rgb(153,152,96); }

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

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

 span { border-color: rgb(153,152,96); }

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