Shades of Avocado #90955D
Tints of Avocado #90955D
RGB
CMYK
RGB Variations
Color information
#90955D (or 0x90955D) is known color: Avocado. HEX triplet: 90, 95 and 5D. RGB value is (144,149,93). Sum of RGB (Red+Green+Blue) = 144+149+93=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #90955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90955D is #6F6AA2. Grayscale: #8D8D8D. Windows color (decimal): -7301795 or 6133136. OLE color: 6133136.
HSL color Cylindrical-coordinate representation of color #90955D: hue angle of 65.36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90955D is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 149 | 93 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.42 |
| HSL | 65.36º | 0.23% | 0.47% | - |
| HSV(B) | 65.36º | 0.38% | 0.58% | - |
| XYZ | 24.22 | 28.21 | 14.53 | - |
| YUV | 141.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 93 | 0.03 | 0 | 0.38 | 0.42 | 65.36 | 0.23 | 0.47 |
| Hex | 90 | 95 | 5D | 3 | 0 | 26 | 2A | 41 | 17 | 2F |
| Octal | 220 | 225 | 135 | 3 | 0 | 46 | 52 | 101 | 27 | 57 |
| Binary | 10010000 | 10010101 | 1011101 | 11 | 0 | 100110 | 101010 | 1000001 | 10111 | 101111 |
Color Harmonies of #90955D
Complementary color
Monochromatic Colors of #90955D
Black with #90955D
Text Example
Text Example
White with #90955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90955D; }
p { color: rgb(144,149,93); }
H1.HeaderClassName
{
color: #90955D;
}
.AnyTagClassName
{
color: #90955D;
}
</style>
background-color css
<style>
a { background-color: #90955D; }
a { background-color: rgb(144,149,93); }
div.DivClassName
{
background-color: #90955D;
}
.BgClassName
{
background-color: #90955D;
}
</style>
border-color css
<style>
span { border-color: #90955D; }
span { border-color: rgb(144,149,93); }
td.TdClassName
{
border-color: #90955D;
}
.TagClassName
{
border-color: #90955D;
}
</style>