Shades of Avocado #90925C
Tints of Avocado #90925C
RGB
CMYK
RGB Variations
Color information
#90925C (or 0x90925C) is known color: Avocado. HEX triplet: 90, 92 and 5C. RGB value is (144,146,92). Sum of RGB (Red+Green+Blue) = 144+146+92=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #90925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90925C is #6F6DA3. Grayscale: #8B8B8B. Windows color (decimal): -7302564 or 6066832. OLE color: 6066832.
HSL color Cylindrical-coordinate representation of color #90925C: hue angle of 62.22º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90925C is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 146 | 92 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.43 |
| HSL | 62.22º | 0.23% | 0.47% | - |
| HSV(B) | 62.22º | 0.37% | 0.57% | - |
| XYZ | 23.71 | 27.26 | 14.14 | - |
| YUV | 139.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 146 | 92 | 0.01 | 0 | 0.37 | 0.43 | 62.22 | 0.23 | 0.47 |
| Hex | 90 | 92 | 5C | 1 | 0 | 25 | 2B | 3E | 17 | 2F |
| Octal | 220 | 222 | 134 | 1 | 0 | 45 | 53 | 76 | 27 | 57 |
| Binary | 10010000 | 10010010 | 1011100 | 1 | 0 | 100101 | 101011 | 111110 | 10111 | 101111 |
Color Harmonies of #90925C
Complementary color
Monochromatic Colors of #90925C
Black with #90925C
Text Example
Text Example
White with #90925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90925C; }
p { color: rgb(144,146,92); }
H1.HeaderClassName
{
color: #90925C;
}
.AnyTagClassName
{
color: #90925C;
}
</style>
background-color css
<style>
a { background-color: #90925C; }
a { background-color: rgb(144,146,92); }
div.DivClassName
{
background-color: #90925C;
}
.BgClassName
{
background-color: #90925C;
}
</style>
border-color css
<style>
span { border-color: #90925C; }
span { border-color: rgb(144,146,92); }
td.TdClassName
{
border-color: #90925C;
}
.TagClassName
{
border-color: #90925C;
}
</style>