Shades of Avocado #909258
Tints of Avocado #909258
RGB
CMYK
RGB Variations
Color information
#909258 (or 0x909258) is known color: Avocado. HEX triplet: 90, 92 and 58. RGB value is (144,146,88). Sum of RGB (Red+Green+Blue) = 144+146+88=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #909258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909258 is #6F6DA7. Grayscale: #8B8B8B. Windows color (decimal): -7302568 or 5804688. OLE color: 5804688.
HSL color Cylindrical-coordinate representation of color #909258: hue angle of 62.07º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #909258 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 146 | 88 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.43 |
| HSL | 62.07º | 0.25% | 0.46% | - |
| HSV(B) | 62.07º | 0.4% | 0.57% | - |
| XYZ | 23.54 | 27.19 | 13.24 | - |
| YUV | 138.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 146 | 88 | 0.01 | 0 | 0.40 | 0.43 | 62.07 | 0.25 | 0.46 |
| Hex | 90 | 92 | 58 | 1 | 0 | 28 | 2B | 3E | 19 | 2E |
| Octal | 220 | 222 | 130 | 1 | 0 | 50 | 53 | 76 | 31 | 56 |
| Binary | 10010000 | 10010010 | 1011000 | 1 | 0 | 101000 | 101011 | 111110 | 11001 | 101110 |
Color Harmonies of #909258
Complementary color
Monochromatic Colors of #909258
Black with #909258
Text Example
Text Example
White with #909258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909258; }
p { color: rgb(144,146,88); }
H1.HeaderClassName
{
color: #909258;
}
.AnyTagClassName
{
color: #909258;
}
</style>
background-color css
<style>
a { background-color: #909258; }
a { background-color: rgb(144,146,88); }
div.DivClassName
{
background-color: #909258;
}
.BgClassName
{
background-color: #909258;
}
</style>
border-color css
<style>
span { border-color: #909258; }
span { border-color: rgb(144,146,88); }
td.TdClassName
{
border-color: #909258;
}
.TagClassName
{
border-color: #909258;
}
</style>