Shades of Avocado #9B995E
Tints of Avocado #9B995E
RGB
CMYK
RGB Variations
Color information
#9B995E (or 0x9B995E) is known color: Avocado. HEX triplet: 9B, 99 and 5E. RGB value is (155,153,94). Sum of RGB (Red+Green+Blue) = 155+153+94=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B995E is #6466A1. Grayscale: #939393. Windows color (decimal): -6579874 or 6199707. OLE color: 6199707.
HSL color Cylindrical-coordinate representation of color #9B995E: hue angle of 58.03º 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 #9B995E is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 94 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.39 |
| HSL | 58.03º | 0.24% | 0.49% | - |
| HSV(B) | 58.03º | 0.39% | 0.61% | - |
| XYZ | 26.93 | 30.56 | 15.07 | - |
| YUV | 146.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 94 | 0 | 0.01 | 0.39 | 0.39 | 58.03 | 0.24 | 0.49 |
| Hex | 9B | 99 | 5E | 0 | 1 | 27 | 27 | 3A | 18 | 31 |
| Octal | 233 | 231 | 136 | 0 | 1 | 47 | 47 | 72 | 30 | 61 |
| Binary | 10011011 | 10011001 | 1011110 | 0 | 1 | 100111 | 100111 | 111010 | 11000 | 110001 |
Color Harmonies of #9B995E
Complementary color
Monochromatic Colors of #9B995E
Black with #9B995E
Text Example
Text Example
White with #9B995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B995E; }
p { color: rgb(155,153,94); }
H1.HeaderClassName
{
color: #9B995E;
}
.AnyTagClassName
{
color: #9B995E;
}
</style>
background-color css
<style>
a { background-color: #9B995E; }
a { background-color: rgb(155,153,94); }
div.DivClassName
{
background-color: #9B995E;
}
.BgClassName
{
background-color: #9B995E;
}
</style>
border-color css
<style>
span { border-color: #9B995E; }
span { border-color: rgb(155,153,94); }
td.TdClassName
{
border-color: #9B995E;
}
.TagClassName
{
border-color: #9B995E;
}
</style>