Shades of Avocado #929366
Tints of Avocado #929366
RGB
CMYK
RGB Variations
Color information
#929366 (or 0x929366) is known color: Avocado. HEX triplet: 92, 93 and 66. RGB value is (146,147,102). Sum of RGB (Red+Green+Blue) = 146+147+102=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #929366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929366 is #6D6C99. Grayscale: #8D8D8D. Windows color (decimal): -7171226 or 6722450. OLE color: 6722450.
HSL color Cylindrical-coordinate representation of color #929366: hue angle of 61.33º 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 #929366 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 147 | 102 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.42 |
| HSL | 61.33º | 0.18% | 0.49% | - |
| HSV(B) | 61.33º | 0.31% | 0.58% | - |
| XYZ | 24.69 | 27.94 | 16.66 | - |
| YUV | 141.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 102 | 0.01 | 0 | 0.31 | 0.42 | 61.33 | 0.18 | 0.49 |
| Hex | 92 | 93 | 66 | 1 | 0 | 1F | 2A | 3D | 12 | 31 |
| Octal | 222 | 223 | 146 | 1 | 0 | 37 | 52 | 75 | 22 | 61 |
| Binary | 10010010 | 10010011 | 1100110 | 1 | 0 | 11111 | 101010 | 111101 | 10010 | 110001 |
Color Harmonies of #929366
Complementary color
Monochromatic Colors of #929366
Black with #929366
Text Example
Text Example
White with #929366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929366; }
p { color: rgb(146,147,102); }
H1.HeaderClassName
{
color: #929366;
}
.AnyTagClassName
{
color: #929366;
}
</style>
background-color css
<style>
a { background-color: #929366; }
a { background-color: rgb(146,147,102); }
div.DivClassName
{
background-color: #929366;
}
.BgClassName
{
background-color: #929366;
}
</style>
border-color css
<style>
span { border-color: #929366; }
span { border-color: rgb(146,147,102); }
td.TdClassName
{
border-color: #929366;
}
.TagClassName
{
border-color: #929366;
}
</style>