#9C9D63

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

Shades of Avocado #9C9D63

Tints of Avocado #9C9D63

Color information

#9C9D63 (or 0x9C9D63) is unknown color: approx Avocado. HEX triplet: 9C, 9D and 63. RGB value is (156,157,99). Sum of RGB (Red+Green+Blue) = 156+157+99=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 157 - color contains mainly: green. Hex color #9C9D63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9D63 is #63629C. Grayscale: #969696. Windows color (decimal): -6513309 or 6528412. OLE color: 6528412.

HSL color Cylindrical-coordinate representation of color #9C9D63: hue angle of 61.03º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C9D63 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB15615799-
CMYK0.0100.370.38
HSL61.03º22.83%50.2%-
HSV(B)61.03º36.94%61.57%-
XYZ28.0232.0816.52-
YUV150.0999.17132.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.86%
GREEN value IS 157 (61.72% from 255) = 38.11%
BLUE value IS 99 (39.06% from 255) = 24.03%
R=37.86%
G=38.11%
B=24.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal156157990.0100.370.3861.0322.8350.2
Hex9C9D631025263d1732
Octal234235143104546752762
Binary100111001001110111000111010010110011011110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,157,99); }

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

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

 a { background-color: rgb(156,157,99); }

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

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

 span { border-color: rgb(156,157,99); }

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