Shades of Avocado #949462
Tints of Avocado #949462
RGB
CMYK
RGB Variations
Color information
#949462 (or 0x949462) is known color: Avocado. HEX triplet: 94, 94 and 62. RGB value is (148,148,98). Sum of RGB (Red+Green+Blue) = 148+148+98=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949462 is #6B6B9D. Grayscale: #8E8E8E. Windows color (decimal): -7039902 or 6460564. OLE color: 6460564.
HSL color Cylindrical-coordinate representation of color #949462: hue angle of 60º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #949462 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 148 | 98 | - |
| CMYK | 0 | 0 | 0.34 | 0.42 |
| HSL | 60º | 0.2% | 0.48% | - |
| HSV(B) | 60º | 0.34% | 0.58% | - |
| XYZ | 25.01 | 28.36 | 15.71 | - |
| YUV | 142.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 148 | 98 | 0 | 0 | 0.34 | 0.42 | 60 | 0.2 | 0.48 |
| Hex | 94 | 94 | 62 | 0 | 0 | 22 | 2A | 3C | 14 | 30 |
| Octal | 224 | 224 | 142 | 0 | 0 | 42 | 52 | 74 | 24 | 60 |
| Binary | 10010100 | 10010100 | 1100010 | 0 | 0 | 100010 | 101010 | 111100 | 10100 | 110000 |
Color Harmonies of #949462
Complementary color
Monochromatic Colors of #949462
Black with #949462
Text Example
Text Example
White with #949462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949462; }
p { color: rgb(148,148,98); }
H1.HeaderClassName
{
color: #949462;
}
.AnyTagClassName
{
color: #949462;
}
</style>
background-color css
<style>
a { background-color: #949462; }
a { background-color: rgb(148,148,98); }
div.DivClassName
{
background-color: #949462;
}
.BgClassName
{
background-color: #949462;
}
</style>
border-color css
<style>
span { border-color: #949462; }
span { border-color: rgb(148,148,98); }
td.TdClassName
{
border-color: #949462;
}
.TagClassName
{
border-color: #949462;
}
</style>