#9C9955

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

Shades of Avocado #9C9955

Tints of Avocado #9C9955

Color information

#9C9955 (or 0x9C9955) is unknown color: approx Avocado. HEX triplet: 9C, 99 and 55. RGB value is (156,153,85). Sum of RGB (Red+Green+Blue) = 156+153+85=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9955 is #6366AA. Grayscale: #929292. Windows color (decimal): -6514347 or 5609884. OLE color: 5609884.

HSL color Cylindrical-coordinate representation of color #9C9955: hue angle of 57.46º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C9955 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB15615385-
CMYK00.020.460.39
HSL57.46º29.46%47.25%-
HSV(B)57.46º45.51%61.18%-
XYZ26.7430.5113.07-
YUV146.1493.49135.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.59%
GREEN value IS 153 (60.16% from 255) = 38.83%
BLUE value IS 85 (33.59% from 255) = 21.57%
R=39.59%
G=38.83%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561538500.020.460.3957.4629.4647.25
Hex9C9955022E27391d2f
Octal234231125025647713557
Binary1001110010011001101010101010111010011111100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C9955; }

 p { color: rgb(156,153,85); }

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

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

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

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

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

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

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