Shades of Avocado #949955
Tints of Avocado #949955
RGB
CMYK
RGB Variations
Color information
#949955 (or 0x949955) is known color: Avocado. HEX triplet: 94, 99 and 55. RGB value is (148,153,85). Sum of RGB (Red+Green+Blue) = 148+153+85=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #949955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949955 is #6B66AA. Grayscale: #909090. Windows color (decimal): -7038635 or 5609876. OLE color: 5609876.
HSL color Cylindrical-coordinate representation of color #949955: hue angle of 64.41º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #949955 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 85 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.4 |
| HSL | 64.41º | 0.29% | 0.47% | - |
| HSV(B) | 64.41º | 0.44% | 0.6% | - |
| XYZ | 25.24 | 29.73 | 13 | - |
| YUV | 143.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 85 | 0.03 | 0 | 0.44 | 0.4 | 64.41 | 0.29 | 0.47 |
| Hex | 94 | 99 | 55 | 3 | 0 | 2C | 28 | 40 | 1D | 2F |
| Octal | 224 | 231 | 125 | 3 | 0 | 54 | 50 | 100 | 35 | 57 |
| Binary | 10010100 | 10011001 | 1010101 | 11 | 0 | 101100 | 101000 | 1000000 | 11101 | 101111 |
Color Harmonies of #949955
Complementary color
Monochromatic Colors of #949955
Black with #949955
Text Example
Text Example
White with #949955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949955; }
p { color: rgb(148,153,85); }
H1.HeaderClassName
{
color: #949955;
}
.AnyTagClassName
{
color: #949955;
}
</style>
background-color css
<style>
a { background-color: #949955; }
a { background-color: rgb(148,153,85); }
div.DivClassName
{
background-color: #949955;
}
.BgClassName
{
background-color: #949955;
}
</style>
border-color css
<style>
span { border-color: #949955; }
span { border-color: rgb(148,153,85); }
td.TdClassName
{
border-color: #949955;
}
.TagClassName
{
border-color: #949955;
}
</style>