Shades of Avocado #909259
Tints of Avocado #909259
RGB
CMYK
RGB Variations
Color information
#909259 (or 0x909259) is known color: Avocado. HEX triplet: 90, 92 and 59. RGB value is (144,146,89). Sum of RGB (Red+Green+Blue) = 144+146+89=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #909259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909259 is #6F6DA6. Grayscale: #8B8B8B. Windows color (decimal): -7302567 or 5870224. OLE color: 5870224.
HSL color Cylindrical-coordinate representation of color #909259: hue angle of 62.11º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #909259 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 146 | 89 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.43 |
| HSL | 62.11º | 0.24% | 0.46% | - |
| HSV(B) | 62.11º | 0.39% | 0.57% | - |
| XYZ | 23.58 | 27.21 | 13.46 | - |
| YUV | 138.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 146 | 89 | 0.01 | 0 | 0.39 | 0.43 | 62.11 | 0.24 | 0.46 |
| Hex | 90 | 92 | 59 | 1 | 0 | 27 | 2B | 3E | 18 | 2E |
| Octal | 220 | 222 | 131 | 1 | 0 | 47 | 53 | 76 | 30 | 56 |
| Binary | 10010000 | 10010010 | 1011001 | 1 | 0 | 100111 | 101011 | 111110 | 11000 | 101110 |
Color Harmonies of #909259
Complementary color
Monochromatic Colors of #909259
Black with #909259
Text Example
Text Example
White with #909259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909259; }
p { color: rgb(144,146,89); }
H1.HeaderClassName
{
color: #909259;
}
.AnyTagClassName
{
color: #909259;
}
</style>
background-color css
<style>
a { background-color: #909259; }
a { background-color: rgb(144,146,89); }
div.DivClassName
{
background-color: #909259;
}
.BgClassName
{
background-color: #909259;
}
</style>
border-color css
<style>
span { border-color: #909259; }
span { border-color: rgb(144,146,89); }
td.TdClassName
{
border-color: #909259;
}
.TagClassName
{
border-color: #909259;
}
</style>