Shades of Avocado #909458
Tints of Avocado #909458
RGB
CMYK
RGB Variations
Color information
#909458 (or 0x909458) is known color: Avocado. HEX triplet: 90, 94 and 58. RGB value is (144,148,88). Sum of RGB (Red+Green+Blue) = 144+148+88=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #909458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909458 is #6F6BA7. Grayscale: #8C8C8C. Windows color (decimal): -7302056 or 5805200. OLE color: 5805200.
HSL color Cylindrical-coordinate representation of color #909458: hue angle of 64º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #909458 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 148 | 88 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.42 |
| HSL | 64º | 0.25% | 0.46% | - |
| HSV(B) | 64º | 0.41% | 0.58% | - |
| XYZ | 23.85 | 27.81 | 13.34 | - |
| YUV | 139.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 88 | 0.03 | 0 | 0.41 | 0.42 | 64 | 0.25 | 0.46 |
| Hex | 90 | 94 | 58 | 3 | 0 | 29 | 2A | 40 | 19 | 2E |
| Octal | 220 | 224 | 130 | 3 | 0 | 51 | 52 | 100 | 31 | 56 |
| Binary | 10010000 | 10010100 | 1011000 | 11 | 0 | 101001 | 101010 | 1000000 | 11001 | 101110 |
Color Harmonies of #909458
Complementary color
Monochromatic Colors of #909458
Black with #909458
Text Example
Text Example
White with #909458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909458; }
p { color: rgb(144,148,88); }
H1.HeaderClassName
{
color: #909458;
}
.AnyTagClassName
{
color: #909458;
}
</style>
background-color css
<style>
a { background-color: #909458; }
a { background-color: rgb(144,148,88); }
div.DivClassName
{
background-color: #909458;
}
.BgClassName
{
background-color: #909458;
}
</style>
border-color css
<style>
span { border-color: #909458; }
span { border-color: rgb(144,148,88); }
td.TdClassName
{
border-color: #909458;
}
.TagClassName
{
border-color: #909458;
}
</style>