Shades of Avocado #97935D
Tints of Avocado #97935D
RGB
CMYK
RGB Variations
Color information
#97935D (or 0x97935D) is known color: Avocado. HEX triplet: 97, 93 and 5D. RGB value is (151,147,93). Sum of RGB (Red+Green+Blue) = 151+147+93=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #97935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97935D is #686CA2. Grayscale: #8E8E8E. Windows color (decimal): -6843555 or 6132631. OLE color: 6132631.
HSL color Cylindrical-coordinate representation of color #97935D: hue angle of 55.86º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97935D is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 147 | 93 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.41 |
| HSL | 55.86º | 0.24% | 0.48% | - |
| HSV(B) | 55.86º | 0.38% | 0.59% | - |
| XYZ | 25.17 | 28.24 | 14.48 | - |
| YUV | 142.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 147 | 93 | 0 | 0.03 | 0.38 | 0.41 | 55.86 | 0.24 | 0.48 |
| Hex | 97 | 93 | 5D | 0 | 3 | 26 | 29 | 38 | 18 | 30 |
| Octal | 227 | 223 | 135 | 0 | 3 | 46 | 51 | 70 | 30 | 60 |
| Binary | 10010111 | 10010011 | 1011101 | 0 | 11 | 100110 | 101001 | 111000 | 11000 | 110000 |
Color Harmonies of #97935D
Complementary color
Monochromatic Colors of #97935D
Black with #97935D
Text Example
Text Example
White with #97935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97935D; }
p { color: rgb(151,147,93); }
H1.HeaderClassName
{
color: #97935D;
}
.AnyTagClassName
{
color: #97935D;
}
</style>
background-color css
<style>
a { background-color: #97935D; }
a { background-color: rgb(151,147,93); }
div.DivClassName
{
background-color: #97935D;
}
.BgClassName
{
background-color: #97935D;
}
</style>
border-color css
<style>
span { border-color: #97935D; }
span { border-color: rgb(151,147,93); }
td.TdClassName
{
border-color: #97935D;
}
.TagClassName
{
border-color: #97935D;
}
</style>