Shades of Avocado #909262
Tints of Avocado #909262
RGB
CMYK
RGB Variations
Color information
#909262 (or 0x909262) is known color: Avocado. HEX triplet: 90, 92 and 62. RGB value is (144,146,98). Sum of RGB (Red+Green+Blue) = 144+146+98=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #909262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909262 is #6F6D9D. Grayscale: #8C8C8C. Windows color (decimal): -7302558 or 6460048. OLE color: 6460048.
HSL color Cylindrical-coordinate representation of color #909262: hue angle of 62.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #909262 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 146 | 98 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.43 |
| HSL | 62.5º | 0.2% | 0.48% | - |
| HSV(B) | 62.5º | 0.33% | 0.57% | - |
| XYZ | 23.99 | 27.37 | 15.57 | - |
| YUV | 139.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 146 | 98 | 0.01 | 0 | 0.33 | 0.43 | 62.5 | 0.2 | 0.48 |
| Hex | 90 | 92 | 62 | 1 | 0 | 21 | 2B | 3F | 14 | 30 |
| Octal | 220 | 222 | 142 | 1 | 0 | 41 | 53 | 77 | 24 | 60 |
| Binary | 10010000 | 10010010 | 1100010 | 1 | 0 | 100001 | 101011 | 111111 | 10100 | 110000 |
Color Harmonies of #909262
Complementary color
Monochromatic Colors of #909262
Black with #909262
Text Example
Text Example
White with #909262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909262; }
p { color: rgb(144,146,98); }
H1.HeaderClassName
{
color: #909262;
}
.AnyTagClassName
{
color: #909262;
}
</style>
background-color css
<style>
a { background-color: #909262; }
a { background-color: rgb(144,146,98); }
div.DivClassName
{
background-color: #909262;
}
.BgClassName
{
background-color: #909262;
}
</style>
border-color css
<style>
span { border-color: #909262; }
span { border-color: rgb(144,146,98); }
td.TdClassName
{
border-color: #909262;
}
.TagClassName
{
border-color: #909262;
}
</style>