Shades of Avocado #939266
Tints of Avocado #939266
RGB
CMYK
RGB Variations
Color information
#939266 (or 0x939266) is known color: Avocado. HEX triplet: 93, 92 and 66. RGB value is (147,146,102). Sum of RGB (Red+Green+Blue) = 147+146+102=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 147 - color contains mainly: red. Hex color #939266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939266 is #6C6D99. Grayscale: #8D8D8D. Windows color (decimal): -7105946 or 6722195. OLE color: 6722195.
HSL color Cylindrical-coordinate representation of color #939266: hue angle of 58.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #939266 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 146 | 102 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.42 |
| HSL | 58.67º | 0.18% | 0.49% | - |
| HSV(B) | 58.67º | 0.31% | 0.58% | - |
| XYZ | 24.71 | 27.72 | 16.62 | - |
| YUV | 141.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 102 | 0 | 0.01 | 0.31 | 0.42 | 58.67 | 0.18 | 0.49 |
| Hex | 93 | 92 | 66 | 0 | 1 | 1F | 2A | 3B | 12 | 31 |
| Octal | 223 | 222 | 146 | 0 | 1 | 37 | 52 | 73 | 22 | 61 |
| Binary | 10010011 | 10010010 | 1100110 | 0 | 1 | 11111 | 101010 | 111011 | 10010 | 110001 |
Color Harmonies of #939266
Complementary color
Monochromatic Colors of #939266
Black with #939266
Text Example
Text Example
White with #939266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939266; }
p { color: rgb(147,146,102); }
H1.HeaderClassName
{
color: #939266;
}
.AnyTagClassName
{
color: #939266;
}
</style>
background-color css
<style>
a { background-color: #939266; }
a { background-color: rgb(147,146,102); }
div.DivClassName
{
background-color: #939266;
}
.BgClassName
{
background-color: #939266;
}
</style>
border-color css
<style>
span { border-color: #939266; }
span { border-color: rgb(147,146,102); }
td.TdClassName
{
border-color: #939266;
}
.TagClassName
{
border-color: #939266;
}
</style>