#999856

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

Shades of Avocado #999856

Tints of Avocado #999856

Color information

#999856 (or 0x999856) is unknown color: approx Avocado. HEX triplet: 99, 98 and 56. RGB value is (153,152,86). Sum of RGB (Red+Green+Blue) = 153+152+86=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #999856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999856 is #6667A9. Grayscale: #919191. Windows color (decimal): -6711210 or 5675161. OLE color: 5675161.

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

Color convert

RGB15315286-
CMYK00.010.440.4
HSL59.1º28.03%46.86%-
HSV(B)59.1º43.79%60%-
XYZ26.0429.913.2-
YUV144.7894.83133.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.13%
GREEN value IS 152 (59.77% from 255) = 38.87%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=39.13%
G=38.87%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531528600.010.440.459.128.0346.86
Hex999856012C283b1c2f
Octal231230126015450733457
Binary100110011001100010101100110110010100011101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999856; }

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

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

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

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

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

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

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

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