Shades of Avocado #999257
Tints of Avocado #999257
RGB
CMYK
RGB Variations
Color information
#999257 (or 0x999257) is known color: Avocado. HEX triplet: 99, 92 and 57. RGB value is (153,146,87). Sum of RGB (Red+Green+Blue) = 153+146+87=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #999257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999257 is #666DA8. Grayscale: #8D8D8D. Windows color (decimal): -6712745 or 5739161. OLE color: 5739161.
HSL color Cylindrical-coordinate representation of color #999257: hue angle of 53.64º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #999257 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 87 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.4 |
| HSL | 53.64º | 0.28% | 0.47% | - |
| HSV(B) | 53.64º | 0.43% | 0.6% | - |
| XYZ | 25.14 | 28.02 | 13.1 | - |
| YUV | 141.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 87 | 0 | 0.05 | 0.43 | 0.4 | 53.64 | 0.28 | 0.47 |
| Hex | 99 | 92 | 57 | 0 | 5 | 2B | 28 | 36 | 1C | 2F |
| Octal | 231 | 222 | 127 | 0 | 5 | 53 | 50 | 66 | 34 | 57 |
| Binary | 10011001 | 10010010 | 1010111 | 0 | 101 | 101011 | 101000 | 110110 | 11100 | 101111 |
Color Harmonies of #999257
Complementary color
Monochromatic Colors of #999257
Black with #999257
Text Example
Text Example
White with #999257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999257; }
p { color: rgb(153,146,87); }
H1.HeaderClassName
{
color: #999257;
}
.AnyTagClassName
{
color: #999257;
}
</style>
background-color css
<style>
a { background-color: #999257; }
a { background-color: rgb(153,146,87); }
div.DivClassName
{
background-color: #999257;
}
.BgClassName
{
background-color: #999257;
}
</style>
border-color css
<style>
span { border-color: #999257; }
span { border-color: rgb(153,146,87); }
td.TdClassName
{
border-color: #999257;
}
.TagClassName
{
border-color: #999257;
}
</style>