Shades of Avocado #9B975A
Tints of Avocado #9B975A
RGB
CMYK
RGB Variations
Color information
#9B975A (or 0x9B975A) is known color: Avocado. HEX triplet: 9B, 97 and 5A. RGB value is (155,151,90). Sum of RGB (Red+Green+Blue) = 155+151+90=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B975A is #6468A5. Grayscale: #919191. Windows color (decimal): -6580390 or 5937051. OLE color: 5937051.
HSL color Cylindrical-coordinate representation of color #9B975A: hue angle of 56.31º 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 #9B975A is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 151 | 90 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.39 |
| HSL | 56.31º | 0.27% | 0.48% | - |
| HSV(B) | 56.31º | 0.42% | 0.61% | - |
| XYZ | 26.43 | 29.84 | 14.04 | - |
| YUV | 145.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 151 | 90 | 0 | 0.03 | 0.42 | 0.39 | 56.31 | 0.27 | 0.48 |
| Hex | 9B | 97 | 5A | 0 | 3 | 2A | 27 | 38 | 1B | 30 |
| Octal | 233 | 227 | 132 | 0 | 3 | 52 | 47 | 70 | 33 | 60 |
| Binary | 10011011 | 10010111 | 1011010 | 0 | 11 | 101010 | 100111 | 111000 | 11011 | 110000 |
Color Harmonies of #9B975A
Complementary color
Monochromatic Colors of #9B975A
Black with #9B975A
Text Example
Text Example
White with #9B975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B975A; }
p { color: rgb(155,151,90); }
H1.HeaderClassName
{
color: #9B975A;
}
.AnyTagClassName
{
color: #9B975A;
}
</style>
background-color css
<style>
a { background-color: #9B975A; }
a { background-color: rgb(155,151,90); }
div.DivClassName
{
background-color: #9B975A;
}
.BgClassName
{
background-color: #9B975A;
}
</style>
border-color css
<style>
span { border-color: #9B975A; }
span { border-color: rgb(155,151,90); }
td.TdClassName
{
border-color: #9B975A;
}
.TagClassName
{
border-color: #9B975A;
}
</style>