Shades of Avocado #949563
Tints of Avocado #949563
RGB
CMYK
RGB Variations
Color information
#949563 (or 0x949563) is known color: Avocado. HEX triplet: 94, 95 and 63. RGB value is (148,149,99). Sum of RGB (Red+Green+Blue) = 148+149+99=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #949563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949563 is #6B6A9C. Grayscale: #8F8F8F. Windows color (decimal): -7039645 or 6526356. OLE color: 6526356.
HSL color Cylindrical-coordinate representation of color #949563: hue angle of 61.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #949563 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 149 | 99 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.42 |
| HSL | 61.2º | 0.2% | 0.49% | - |
| HSV(B) | 61.2º | 0.34% | 0.58% | - |
| XYZ | 25.21 | 28.69 | 16.01 | - |
| YUV | 143 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 149 | 99 | 0.01 | 0 | 0.34 | 0.42 | 61.2 | 0.2 | 0.49 |
| Hex | 94 | 95 | 63 | 1 | 0 | 22 | 2A | 3D | 14 | 31 |
| Octal | 224 | 225 | 143 | 1 | 0 | 42 | 52 | 75 | 24 | 61 |
| Binary | 10010100 | 10010101 | 1100011 | 1 | 0 | 100010 | 101010 | 111101 | 10100 | 110001 |
Color Harmonies of #949563
Complementary color
Monochromatic Colors of #949563
Black with #949563
Text Example
Text Example
White with #949563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949563; }
p { color: rgb(148,149,99); }
H1.HeaderClassName
{
color: #949563;
}
.AnyTagClassName
{
color: #949563;
}
</style>
background-color css
<style>
a { background-color: #949563; }
a { background-color: rgb(148,149,99); }
div.DivClassName
{
background-color: #949563;
}
.BgClassName
{
background-color: #949563;
}
</style>
border-color css
<style>
span { border-color: #949563; }
span { border-color: rgb(148,149,99); }
td.TdClassName
{
border-color: #949563;
}
.TagClassName
{
border-color: #949563;
}
</style>