Shades of Avocado #9B9D64
Tints of Avocado #9B9D64
RGB
CMYK
RGB Variations
Color information
#9B9D64 (or 0x9B9D64) is known color: Avocado. HEX triplet: 9B, 9D and 64. RGB value is (155,157,100). Sum of RGB (Red+Green+Blue) = 155+157+100=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 157 - color contains mainly: green. Hex color #9B9D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9D64 is #64629B. Grayscale: #969696. Windows color (decimal): -6578844 or 6593947. OLE color: 6593947.
HSL color Cylindrical-coordinate representation of color #9B9D64: hue angle of 62.11º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B9D64 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 157 | 100 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.38 |
| HSL | 62.11º | 0.23% | 0.5% | - |
| HSV(B) | 62.11º | 0.36% | 0.62% | - |
| XYZ | 27.87 | 32 | 16.76 | - |
| YUV | 149.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 157 | 100 | 0.01 | 0 | 0.36 | 0.38 | 62.11 | 0.23 | 0.5 |
| Hex | 9B | 9D | 64 | 1 | 0 | 24 | 26 | 3E | 17 | 32 |
| Octal | 233 | 235 | 144 | 1 | 0 | 44 | 46 | 76 | 27 | 62 |
| Binary | 10011011 | 10011101 | 1100100 | 1 | 0 | 100100 | 100110 | 111110 | 10111 | 110010 |
Color Harmonies of #9B9D64
Complementary color
Monochromatic Colors of #9B9D64
Black with #9B9D64
Text Example
Text Example
White with #9B9D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9D64; }
p { color: rgb(155,157,100); }
H1.HeaderClassName
{
color: #9B9D64;
}
.AnyTagClassName
{
color: #9B9D64;
}
</style>
background-color css
<style>
a { background-color: #9B9D64; }
a { background-color: rgb(155,157,100); }
div.DivClassName
{
background-color: #9B9D64;
}
.BgClassName
{
background-color: #9B9D64;
}
</style>
border-color css
<style>
span { border-color: #9B9D64; }
span { border-color: rgb(155,157,100); }
td.TdClassName
{
border-color: #9B9D64;
}
.TagClassName
{
border-color: #9B9D64;
}
</style>