Shades of Avocado #90945B
Tints of Avocado #90945B
RGB
CMYK
RGB Variations
Color information
#90945B (or 0x90945B) is known color: Avocado. HEX triplet: 90, 94 and 5B. RGB value is (144,148,91). Sum of RGB (Red+Green+Blue) = 144+148+91=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #90945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90945B is #6F6BA4. Grayscale: #8C8C8C. Windows color (decimal): -7302053 or 6001808. OLE color: 6001808.
HSL color Cylindrical-coordinate representation of color #90945B: hue angle of 64.21º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90945B is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 148 | 91 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.42 |
| HSL | 64.21º | 0.24% | 0.47% | - |
| HSV(B) | 64.21º | 0.39% | 0.58% | - |
| XYZ | 23.98 | 27.86 | 14.01 | - |
| YUV | 140.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 91 | 0.03 | 0 | 0.39 | 0.42 | 64.21 | 0.24 | 0.47 |
| Hex | 90 | 94 | 5B | 3 | 0 | 27 | 2A | 40 | 18 | 2F |
| Octal | 220 | 224 | 133 | 3 | 0 | 47 | 52 | 100 | 30 | 57 |
| Binary | 10010000 | 10010100 | 1011011 | 11 | 0 | 100111 | 101010 | 1000000 | 11000 | 101111 |
Color Harmonies of #90945B
Complementary color
Monochromatic Colors of #90945B
Black with #90945B
Text Example
Text Example
White with #90945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90945B; }
p { color: rgb(144,148,91); }
H1.HeaderClassName
{
color: #90945B;
}
.AnyTagClassName
{
color: #90945B;
}
</style>
background-color css
<style>
a { background-color: #90945B; }
a { background-color: rgb(144,148,91); }
div.DivClassName
{
background-color: #90945B;
}
.BgClassName
{
background-color: #90945B;
}
</style>
border-color css
<style>
span { border-color: #90945B; }
span { border-color: rgb(144,148,91); }
td.TdClassName
{
border-color: #90945B;
}
.TagClassName
{
border-color: #90945B;
}
</style>