Shades of Avocado #9C975A
Tints of Avocado #9C975A
RGB
CMYK
RGB Variations
Color information
#9C975A (or 0x9C975A) is known color: Avocado. HEX triplet: 9C, 97 and 5A. RGB value is (156,151,90). Sum of RGB (Red+Green+Blue) = 156+151+90=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C975A is #6368A5. Grayscale: #919191. Windows color (decimal): -6514854 or 5937052. OLE color: 5937052.
HSL color Cylindrical-coordinate representation of color #9C975A: hue angle of 55.45º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C975A is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 151 | 90 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.39 |
| HSL | 55.45º | 0.27% | 0.48% | - |
| HSV(B) | 55.45º | 0.42% | 0.61% | - |
| XYZ | 26.62 | 29.94 | 14.05 | - |
| YUV | 145.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 90 | 0 | 0.03 | 0.42 | 0.39 | 55.45 | 0.27 | 0.48 |
| Hex | 9C | 97 | 5A | 0 | 3 | 2A | 27 | 37 | 1B | 30 |
| Octal | 234 | 227 | 132 | 0 | 3 | 52 | 47 | 67 | 33 | 60 |
| Binary | 10011100 | 10010111 | 1011010 | 0 | 11 | 101010 | 100111 | 110111 | 11011 | 110000 |
Color Harmonies of #9C975A
Complementary color
Monochromatic Colors of #9C975A
Black with #9C975A
Text Example
Text Example
White with #9C975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C975A; }
p { color: rgb(156,151,90); }
H1.HeaderClassName
{
color: #9C975A;
}
.AnyTagClassName
{
color: #9C975A;
}
</style>
background-color css
<style>
a { background-color: #9C975A; }
a { background-color: rgb(156,151,90); }
div.DivClassName
{
background-color: #9C975A;
}
.BgClassName
{
background-color: #9C975A;
}
</style>
border-color css
<style>
span { border-color: #9C975A; }
span { border-color: rgb(156,151,90); }
td.TdClassName
{
border-color: #9C975A;
}
.TagClassName
{
border-color: #9C975A;
}
</style>