Shades of Avocado #959A5C
Tints of Avocado #959A5C
RGB
CMYK
RGB Variations
Color information
#959A5C (or 0x959A5C) is known color: Avocado. HEX triplet: 95, 9A and 5C. RGB value is (149,154,92). Sum of RGB (Red+Green+Blue) = 149+154+92=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 154 - color contains mainly: green. Hex color #959A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959A5C is #6A65A3. Grayscale: #919191. Windows color (decimal): -6972836 or 6068885. OLE color: 6068885.
HSL color Cylindrical-coordinate representation of color #959A5C: hue angle of 64.84º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #959A5C is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 154 | 92 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.40 |
| HSL | 64.84º | 0.25% | 0.48% | - |
| HSV(B) | 64.84º | 0.4% | 0.6% | - |
| XYZ | 25.88 | 30.27 | 14.6 | - |
| YUV | 145.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 92 | 0.03 | 0 | 0.40 | 0.40 | 64.84 | 0.25 | 0.48 |
| Hex | 95 | 9A | 5C | 3 | 0 | 28 | 28 | 41 | 19 | 30 |
| Octal | 225 | 232 | 134 | 3 | 0 | 50 | 50 | 101 | 31 | 60 |
| Binary | 10010101 | 10011010 | 1011100 | 11 | 0 | 101000 | 101000 | 1000001 | 11001 | 110000 |
Color Harmonies of #959A5C
Complementary color
Monochromatic Colors of #959A5C
Black with #959A5C
Text Example
Text Example
White with #959A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959A5C; }
p { color: rgb(149,154,92); }
H1.HeaderClassName
{
color: #959A5C;
}
.AnyTagClassName
{
color: #959A5C;
}
</style>
background-color css
<style>
a { background-color: #959A5C; }
a { background-color: rgb(149,154,92); }
div.DivClassName
{
background-color: #959A5C;
}
.BgClassName
{
background-color: #959A5C;
}
</style>
border-color css
<style>
span { border-color: #959A5C; }
span { border-color: rgb(149,154,92); }
td.TdClassName
{
border-color: #959A5C;
}
.TagClassName
{
border-color: #959A5C;
}
</style>