Shades of Avocado #939259
Tints of Avocado #939259
RGB
CMYK
RGB Variations
Color information
#939259 (or 0x939259) is known color: Avocado. HEX triplet: 93, 92 and 59. RGB value is (147,146,89). Sum of RGB (Red+Green+Blue) = 147+146+89=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 147 - color contains mainly: red. Hex color #939259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939259 is #6C6DA6. Grayscale: #8C8C8C. Windows color (decimal): -7105959 or 5870227. OLE color: 5870227.
HSL color Cylindrical-coordinate representation of color #939259: hue angle of 58.97º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #939259 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 146 | 89 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.42 |
| HSL | 58.97º | 0.25% | 0.46% | - |
| HSV(B) | 58.97º | 0.39% | 0.58% | - |
| XYZ | 24.11 | 27.48 | 13.48 | - |
| YUV | 139.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 89 | 0 | 0.01 | 0.39 | 0.42 | 58.97 | 0.25 | 0.46 |
| Hex | 93 | 92 | 59 | 0 | 1 | 27 | 2A | 3B | 19 | 2E |
| Octal | 223 | 222 | 131 | 0 | 1 | 47 | 52 | 73 | 31 | 56 |
| Binary | 10010011 | 10010010 | 1011001 | 0 | 1 | 100111 | 101010 | 111011 | 11001 | 101110 |
Color Harmonies of #939259
Complementary color
Monochromatic Colors of #939259
Black with #939259
Text Example
Text Example
White with #939259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939259; }
p { color: rgb(147,146,89); }
H1.HeaderClassName
{
color: #939259;
}
.AnyTagClassName
{
color: #939259;
}
</style>
background-color css
<style>
a { background-color: #939259; }
a { background-color: rgb(147,146,89); }
div.DivClassName
{
background-color: #939259;
}
.BgClassName
{
background-color: #939259;
}
</style>
border-color css
<style>
span { border-color: #939259; }
span { border-color: rgb(147,146,89); }
td.TdClassName
{
border-color: #939259;
}
.TagClassName
{
border-color: #939259;
}
</style>