Shades of Avocado #929C65
Tints of Avocado #929C65
RGB
CMYK
RGB Variations
Color information
#929C65 (or 0x929C65) is known color: Avocado. HEX triplet: 92, 9C and 65. RGB value is (146,156,101). Sum of RGB (Red+Green+Blue) = 146+156+101=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 156 - color contains mainly: green. Hex color #929C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929C65 is #6D639A. Grayscale: #929292. Windows color (decimal): -7168923 or 6659218. OLE color: 6659218.
HSL color Cylindrical-coordinate representation of color #929C65: hue angle of 70.91º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #929C65 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 156 | 101 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.39 |
| HSL | 70.91º | 0.22% | 0.5% | - |
| HSV(B) | 70.91º | 0.35% | 0.61% | - |
| XYZ | 26.09 | 30.83 | 16.89 | - |
| YUV | 146.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 156 | 101 | 0.06 | 0 | 0.35 | 0.39 | 70.91 | 0.22 | 0.5 |
| Hex | 92 | 9C | 65 | 6 | 0 | 23 | 27 | 47 | 16 | 32 |
| Octal | 222 | 234 | 145 | 6 | 0 | 43 | 47 | 107 | 26 | 62 |
| Binary | 10010010 | 10011100 | 1100101 | 110 | 0 | 100011 | 100111 | 1000111 | 10110 | 110010 |
Color Harmonies of #929C65
Complementary color
Monochromatic Colors of #929C65
Black with #929C65
Text Example
Text Example
White with #929C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929C65; }
p { color: rgb(146,156,101); }
H1.HeaderClassName
{
color: #929C65;
}
.AnyTagClassName
{
color: #929C65;
}
</style>
background-color css
<style>
a { background-color: #929C65; }
a { background-color: rgb(146,156,101); }
div.DivClassName
{
background-color: #929C65;
}
.BgClassName
{
background-color: #929C65;
}
</style>
border-color css
<style>
span { border-color: #929C65; }
span { border-color: rgb(146,156,101); }
td.TdClassName
{
border-color: #929C65;
}
.TagClassName
{
border-color: #929C65;
}
</style>