Shades of Avocado #90925E
Tints of Avocado #90925E
RGB
CMYK
RGB Variations
Color information
#90925E (or 0x90925E) is known color: Avocado. HEX triplet: 90, 92 and 5E. RGB value is (144,146,94). Sum of RGB (Red+Green+Blue) = 144+146+94=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #90925E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90925E is #6F6DA1. Grayscale: #8B8B8B. Windows color (decimal): -7302562 or 6197904. OLE color: 6197904.
HSL color Cylindrical-coordinate representation of color #90925E: hue angle of 62.31º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90925E is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 146 | 94 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.43 |
| HSL | 62.31º | 0.22% | 0.47% | - |
| HSV(B) | 62.31º | 0.36% | 0.57% | - |
| XYZ | 23.8 | 27.3 | 14.6 | - |
| YUV | 139.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 146 | 94 | 0.01 | 0 | 0.36 | 0.43 | 62.31 | 0.22 | 0.47 |
| Hex | 90 | 92 | 5E | 1 | 0 | 24 | 2B | 3E | 16 | 2F |
| Octal | 220 | 222 | 136 | 1 | 0 | 44 | 53 | 76 | 26 | 57 |
| Binary | 10010000 | 10010010 | 1011110 | 1 | 0 | 100100 | 101011 | 111110 | 10110 | 101111 |
Color Harmonies of #90925E
Complementary color
Monochromatic Colors of #90925E
Black with #90925E
Text Example
Text Example
White with #90925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90925E; }
p { color: rgb(144,146,94); }
H1.HeaderClassName
{
color: #90925E;
}
.AnyTagClassName
{
color: #90925E;
}
</style>
background-color css
<style>
a { background-color: #90925E; }
a { background-color: rgb(144,146,94); }
div.DivClassName
{
background-color: #90925E;
}
.BgClassName
{
background-color: #90925E;
}
</style>
border-color css
<style>
span { border-color: #90925E; }
span { border-color: rgb(144,146,94); }
td.TdClassName
{
border-color: #90925E;
}
.TagClassName
{
border-color: #90925E;
}
</style>