Shades of Avocado #949463
Tints of Avocado #949463
RGB
CMYK
RGB Variations
Color information
#949463 (or 0x949463) is known color: Avocado. HEX triplet: 94, 94 and 63. RGB value is (148,148,99). Sum of RGB (Red+Green+Blue) = 148+148+99=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949463 is #6B6B9C. Grayscale: #8E8E8E. Windows color (decimal): -7039901 or 6526100. OLE color: 6526100.
HSL color Cylindrical-coordinate representation of color #949463: 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.33%. Process color model (Four color, CMYK) of #949463 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 148 | 99 | - |
| CMYK | 0 | 0 | 0.33 | 0.42 |
| HSL | 60º | 0.2% | 0.48% | - |
| HSV(B) | 60º | 0.33% | 0.58% | - |
| XYZ | 25.05 | 28.38 | 15.96 | - |
| YUV | 142.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 148 | 99 | 0 | 0 | 0.33 | 0.42 | 60 | 0.2 | 0.48 |
| Hex | 94 | 94 | 63 | 0 | 0 | 21 | 2A | 3C | 14 | 30 |
| Octal | 224 | 224 | 143 | 0 | 0 | 41 | 52 | 74 | 24 | 60 |
| Binary | 10010100 | 10010100 | 1100011 | 0 | 0 | 100001 | 101010 | 111100 | 10100 | 110000 |
Color Harmonies of #949463
Complementary color
Monochromatic Colors of #949463
Black with #949463
Text Example
Text Example
White with #949463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949463; }
p { color: rgb(148,148,99); }
H1.HeaderClassName
{
color: #949463;
}
.AnyTagClassName
{
color: #949463;
}
</style>
background-color css
<style>
a { background-color: #949463; }
a { background-color: rgb(148,148,99); }
div.DivClassName
{
background-color: #949463;
}
.BgClassName
{
background-color: #949463;
}
</style>
border-color css
<style>
span { border-color: #949463; }
span { border-color: rgb(148,148,99); }
td.TdClassName
{
border-color: #949463;
}
.TagClassName
{
border-color: #949463;
}
</style>