Shades of Avocado #949851
Tints of Avocado #949851
RGB
CMYK
RGB Variations
Color information
#949851 (or 0x949851) is known color: Avocado. HEX triplet: 94, 98 and 51. RGB value is (148,152,81). Sum of RGB (Red+Green+Blue) = 148+152+81=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #949851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949851 is #6B67AE. Grayscale: #8E8E8E. Windows color (decimal): -7038895 or 5347476. OLE color: 5347476.
HSL color Cylindrical-coordinate representation of color #949851: hue angle of 63.38º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #949851 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 152 | 81 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.40 |
| HSL | 63.38º | 0.3% | 0.46% | - |
| HSV(B) | 63.38º | 0.47% | 0.6% | - |
| XYZ | 24.93 | 29.35 | 12.14 | - |
| YUV | 142.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 81 | 0.03 | 0 | 0.47 | 0.40 | 63.38 | 0.3 | 0.46 |
| Hex | 94 | 98 | 51 | 3 | 0 | 2F | 28 | 3F | 1E | 2E |
| Octal | 224 | 230 | 121 | 3 | 0 | 57 | 50 | 77 | 36 | 56 |
| Binary | 10010100 | 10011000 | 1010001 | 11 | 0 | 101111 | 101000 | 111111 | 11110 | 101110 |
Color Harmonies of #949851
Complementary color
Monochromatic Colors of #949851
Black with #949851
Text Example
Text Example
White with #949851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949851; }
p { color: rgb(148,152,81); }
H1.HeaderClassName
{
color: #949851;
}
.AnyTagClassName
{
color: #949851;
}
</style>
background-color css
<style>
a { background-color: #949851; }
a { background-color: rgb(148,152,81); }
div.DivClassName
{
background-color: #949851;
}
.BgClassName
{
background-color: #949851;
}
</style>
border-color css
<style>
span { border-color: #949851; }
span { border-color: rgb(148,152,81); }
td.TdClassName
{
border-color: #949851;
}
.TagClassName
{
border-color: #949851;
}
</style>