#999956

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

Shades of Avocado #999956

Tints of Avocado #999956

Color information

#999956 (or 0x999956) is unknown color: approx Avocado. HEX triplet: 99, 99 and 56. RGB value is (153,153,86). Sum of RGB (Red+Green+Blue) = 153+153+86=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999956 is #6666A9. Grayscale: #919191. Windows color (decimal): -6710954 or 5675417. OLE color: 5675417.

HSL color Cylindrical-coordinate representation of color #999956: hue angle of 60º 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 #999956 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB15315386-
CMYK000.440.4
HSL60º28.03%46.86%-
HSV(B)60º43.79%60%-
XYZ26.2130.2313.26-
YUV145.3694.5133.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 86 (33.98% from 255) = 21.94%
R=39.03%
G=39.03%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315386000.440.46028.0346.86
Hex999956002C283c1c2f
Octal231231126005450743457
Binary100110011001100110101100010110010100011110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999956; }

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

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

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

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

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

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

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

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