Shades of Avocado #95985C
Tints of Avocado #95985C
RGB
CMYK
RGB Variations
Color information
#95985C (or 0x95985C) is known color: Avocado. HEX triplet: 95, 98 and 5C. RGB value is (149,152,92). Sum of RGB (Red+Green+Blue) = 149+152+92=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #95985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95985C is #6A67A3. Grayscale: #909090. Windows color (decimal): -6973348 or 6068373. OLE color: 6068373.
HSL color Cylindrical-coordinate representation of color #95985C: hue angle of 63º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95985C is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 152 | 92 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.40 |
| HSL | 63º | 0.25% | 0.48% | - |
| HSV(B) | 63º | 0.39% | 0.6% | - |
| XYZ | 25.55 | 29.62 | 14.5 | - |
| YUV | 144.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 92 | 0.02 | 0 | 0.39 | 0.40 | 63 | 0.25 | 0.48 |
| Hex | 95 | 98 | 5C | 2 | 0 | 27 | 28 | 3F | 19 | 30 |
| Octal | 225 | 230 | 134 | 2 | 0 | 47 | 50 | 77 | 31 | 60 |
| Binary | 10010101 | 10011000 | 1011100 | 10 | 0 | 100111 | 101000 | 111111 | 11001 | 110000 |
Color Harmonies of #95985C
Complementary color
Monochromatic Colors of #95985C
Black with #95985C
Text Example
Text Example
White with #95985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95985C; }
p { color: rgb(149,152,92); }
H1.HeaderClassName
{
color: #95985C;
}
.AnyTagClassName
{
color: #95985C;
}
</style>
background-color css
<style>
a { background-color: #95985C; }
a { background-color: rgb(149,152,92); }
div.DivClassName
{
background-color: #95985C;
}
.BgClassName
{
background-color: #95985C;
}
</style>
border-color css
<style>
span { border-color: #95985C; }
span { border-color: rgb(149,152,92); }
td.TdClassName
{
border-color: #95985C;
}
.TagClassName
{
border-color: #95985C;
}
</style>