Shades of Avocado #9B975E
Tints of Avocado #9B975E
RGB
CMYK
RGB Variations
Color information
#9B975E (or 0x9B975E) is known color: Avocado. HEX triplet: 9B, 97 and 5E. RGB value is (155,151,94). Sum of RGB (Red+Green+Blue) = 155+151+94=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B975E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B975E is #6468A1. Grayscale: #919191. Windows color (decimal): -6580386 or 6199195. OLE color: 6199195.
HSL color Cylindrical-coordinate representation of color #9B975E: hue angle of 56.07º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B975E is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 151 | 94 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.39 |
| HSL | 56.07º | 0.24% | 0.49% | - |
| HSV(B) | 56.07º | 0.39% | 0.61% | - |
| XYZ | 26.6 | 29.91 | 14.96 | - |
| YUV | 145.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 151 | 94 | 0 | 0.03 | 0.39 | 0.39 | 56.07 | 0.24 | 0.49 |
| Hex | 9B | 97 | 5E | 0 | 3 | 27 | 27 | 38 | 18 | 31 |
| Octal | 233 | 227 | 136 | 0 | 3 | 47 | 47 | 70 | 30 | 61 |
| Binary | 10011011 | 10010111 | 1011110 | 0 | 11 | 100111 | 100111 | 111000 | 11000 | 110001 |
Color Harmonies of #9B975E
Complementary color
Monochromatic Colors of #9B975E
Black with #9B975E
Text Example
Text Example
White with #9B975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B975E; }
p { color: rgb(155,151,94); }
H1.HeaderClassName
{
color: #9B975E;
}
.AnyTagClassName
{
color: #9B975E;
}
</style>
background-color css
<style>
a { background-color: #9B975E; }
a { background-color: rgb(155,151,94); }
div.DivClassName
{
background-color: #9B975E;
}
.BgClassName
{
background-color: #9B975E;
}
</style>
border-color css
<style>
span { border-color: #9B975E; }
span { border-color: rgb(155,151,94); }
td.TdClassName
{
border-color: #9B975E;
}
.TagClassName
{
border-color: #9B975E;
}
</style>