Shades of Avocado #9C9B62
Tints of Avocado #9C9B62
RGB
CMYK
RGB Variations
Color information
#9C9B62 (or 0x9C9B62) is known color: Avocado. HEX triplet: 9C, 9B and 62. RGB value is (156,155,98). Sum of RGB (Red+Green+Blue) = 156+155+98=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9B62 is #63649D. Grayscale: #959595. Windows color (decimal): -6513822 or 6462364. OLE color: 6462364.
HSL color Cylindrical-coordinate representation of color #9C9B62: hue angle of 58.97º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C9B62 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 155 | 98 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.39 |
| HSL | 58.97º | 0.23% | 0.5% | - |
| HSV(B) | 58.97º | 0.37% | 0.61% | - |
| XYZ | 27.64 | 31.39 | 16.16 | - |
| YUV | 148.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 155 | 98 | 0 | 0.01 | 0.37 | 0.39 | 58.97 | 0.23 | 0.5 |
| Hex | 9C | 9B | 62 | 0 | 1 | 25 | 27 | 3B | 17 | 32 |
| Octal | 234 | 233 | 142 | 0 | 1 | 45 | 47 | 73 | 27 | 62 |
| Binary | 10011100 | 10011011 | 1100010 | 0 | 1 | 100101 | 100111 | 111011 | 10111 | 110010 |
Color Harmonies of #9C9B62
Complementary color
Monochromatic Colors of #9C9B62
Black with #9C9B62
Text Example
Text Example
White with #9C9B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9B62; }
p { color: rgb(156,155,98); }
H1.HeaderClassName
{
color: #9C9B62;
}
.AnyTagClassName
{
color: #9C9B62;
}
</style>
background-color css
<style>
a { background-color: #9C9B62; }
a { background-color: rgb(156,155,98); }
div.DivClassName
{
background-color: #9C9B62;
}
.BgClassName
{
background-color: #9C9B62;
}
</style>
border-color css
<style>
span { border-color: #9C9B62; }
span { border-color: rgb(156,155,98); }
td.TdClassName
{
border-color: #9C9B62;
}
.TagClassName
{
border-color: #9C9B62;
}
</style>