Shades of Avocado #939254
Tints of Avocado #939254
RGB
CMYK
RGB Variations
Color information
#939254 (or 0x939254) is known color: Avocado. HEX triplet: 93, 92 and 54. RGB value is (147,146,84). Sum of RGB (Red+Green+Blue) = 147+146+84=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #939254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939254 is #6C6DAB. Grayscale: #8B8B8B. Windows color (decimal): -7105964 or 5542547. OLE color: 5542547.
HSL color Cylindrical-coordinate representation of color #939254: hue angle of 59.05º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #939254 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 146 | 84 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.42 |
| HSL | 59.05º | 0.27% | 0.45% | - |
| HSV(B) | 59.05º | 0.43% | 0.58% | - |
| XYZ | 23.91 | 27.4 | 12.42 | - |
| YUV | 139.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 84 | 0 | 0.01 | 0.43 | 0.42 | 59.05 | 0.27 | 0.45 |
| Hex | 93 | 92 | 54 | 0 | 1 | 2B | 2A | 3B | 1B | 2D |
| Octal | 223 | 222 | 124 | 0 | 1 | 53 | 52 | 73 | 33 | 55 |
| Binary | 10010011 | 10010010 | 1010100 | 0 | 1 | 101011 | 101010 | 111011 | 11011 | 101101 |
Color Harmonies of #939254
Complementary color
Monochromatic Colors of #939254
Black with #939254
Text Example
Text Example
White with #939254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939254; }
p { color: rgb(147,146,84); }
H1.HeaderClassName
{
color: #939254;
}
.AnyTagClassName
{
color: #939254;
}
</style>
background-color css
<style>
a { background-color: #939254; }
a { background-color: rgb(147,146,84); }
div.DivClassName
{
background-color: #939254;
}
.BgClassName
{
background-color: #939254;
}
</style>
border-color css
<style>
span { border-color: #939254; }
span { border-color: rgb(147,146,84); }
td.TdClassName
{
border-color: #939254;
}
.TagClassName
{
border-color: #939254;
}
</style>