Shades of Avocado #99945C
Tints of Avocado #99945C
RGB
CMYK
RGB Variations
Color information
#99945C (or 0x99945C) is known color: Avocado. HEX triplet: 99, 94 and 5C. RGB value is (153,148,92). Sum of RGB (Red+Green+Blue) = 153+148+92=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99945C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99945C is #666BA3. Grayscale: #8F8F8F. Windows color (decimal): -6712228 or 6067353. OLE color: 6067353.
HSL color Cylindrical-coordinate representation of color #99945C: hue angle of 55.08º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99945C is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 92 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.4 |
| HSL | 55.08º | 0.25% | 0.48% | - |
| HSV(B) | 55.08º | 0.4% | 0.6% | - |
| XYZ | 25.66 | 28.72 | 14.32 | - |
| YUV | 143.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 92 | 0 | 0.03 | 0.40 | 0.4 | 55.08 | 0.25 | 0.48 |
| Hex | 99 | 94 | 5C | 0 | 3 | 28 | 28 | 37 | 19 | 30 |
| Octal | 231 | 224 | 134 | 0 | 3 | 50 | 50 | 67 | 31 | 60 |
| Binary | 10011001 | 10010100 | 1011100 | 0 | 11 | 101000 | 101000 | 110111 | 11001 | 110000 |
Color Harmonies of #99945C
Complementary color
Monochromatic Colors of #99945C
Black with #99945C
Text Example
Text Example
White with #99945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99945C; }
p { color: rgb(153,148,92); }
H1.HeaderClassName
{
color: #99945C;
}
.AnyTagClassName
{
color: #99945C;
}
</style>
background-color css
<style>
a { background-color: #99945C; }
a { background-color: rgb(153,148,92); }
div.DivClassName
{
background-color: #99945C;
}
.BgClassName
{
background-color: #99945C;
}
</style>
border-color css
<style>
span { border-color: #99945C; }
span { border-color: rgb(153,148,92); }
td.TdClassName
{
border-color: #99945C;
}
.TagClassName
{
border-color: #99945C;
}
</style>