Shades of Avocado #99945B
Tints of Avocado #99945B
RGB
CMYK
RGB Variations
Color information
#99945B (or 0x99945B) is known color: Avocado. HEX triplet: 99, 94 and 5B. RGB value is (153,148,91). Sum of RGB (Red+Green+Blue) = 153+148+91=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #99945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99945B is #666BA4. Grayscale: #8F8F8F. Windows color (decimal): -6712229 or 6001817. OLE color: 6001817.
HSL color Cylindrical-coordinate representation of color #99945B: hue angle of 55.16º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99945B is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 91 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.4 |
| HSL | 55.16º | 0.25% | 0.48% | - |
| HSV(B) | 55.16º | 0.41% | 0.6% | - |
| XYZ | 25.62 | 28.71 | 14.09 | - |
| YUV | 143 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 91 | 0 | 0.03 | 0.41 | 0.4 | 55.16 | 0.25 | 0.48 |
| Hex | 99 | 94 | 5B | 0 | 3 | 29 | 28 | 37 | 19 | 30 |
| Octal | 231 | 224 | 133 | 0 | 3 | 51 | 50 | 67 | 31 | 60 |
| Binary | 10011001 | 10010100 | 1011011 | 0 | 11 | 101001 | 101000 | 110111 | 11001 | 110000 |
Color Harmonies of #99945B
Complementary color
Monochromatic Colors of #99945B
Black with #99945B
Text Example
Text Example
White with #99945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99945B; }
p { color: rgb(153,148,91); }
H1.HeaderClassName
{
color: #99945B;
}
.AnyTagClassName
{
color: #99945B;
}
</style>
background-color css
<style>
a { background-color: #99945B; }
a { background-color: rgb(153,148,91); }
div.DivClassName
{
background-color: #99945B;
}
.BgClassName
{
background-color: #99945B;
}
</style>
border-color css
<style>
span { border-color: #99945B; }
span { border-color: rgb(153,148,91); }
td.TdClassName
{
border-color: #99945B;
}
.TagClassName
{
border-color: #99945B;
}
</style>