Shades of Avocado #929869
Tints of Avocado #929869
RGB
CMYK
RGB Variations
Color information
#929869 (or 0x929869) is known color: Avocado. HEX triplet: 92, 98 and 69. RGB value is (146,152,105). Sum of RGB (Red+Green+Blue) = 146+152+105=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #929869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929869 is #6D6796. Grayscale: #919191. Windows color (decimal): -7169943 or 6920338. OLE color: 6920338.
HSL color Cylindrical-coordinate representation of color #929869: hue angle of 67.66º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #929869 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 152 | 105 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.40 |
| HSL | 67.66º | 0.19% | 0.5% | - |
| HSV(B) | 67.66º | 0.31% | 0.6% | - |
| XYZ | 25.63 | 29.59 | 17.72 | - |
| YUV | 144.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 105 | 0.04 | 0 | 0.31 | 0.40 | 67.66 | 0.19 | 0.5 |
| Hex | 92 | 98 | 69 | 4 | 0 | 1F | 28 | 44 | 13 | 32 |
| Octal | 222 | 230 | 151 | 4 | 0 | 37 | 50 | 104 | 23 | 62 |
| Binary | 10010010 | 10011000 | 1101001 | 100 | 0 | 11111 | 101000 | 1000100 | 10011 | 110010 |
Color Harmonies of #929869
Complementary color
Monochromatic Colors of #929869
Black with #929869
Text Example
Text Example
White with #929869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929869; }
p { color: rgb(146,152,105); }
H1.HeaderClassName
{
color: #929869;
}
.AnyTagClassName
{
color: #929869;
}
</style>
background-color css
<style>
a { background-color: #929869; }
a { background-color: rgb(146,152,105); }
div.DivClassName
{
background-color: #929869;
}
.BgClassName
{
background-color: #929869;
}
</style>
border-color css
<style>
span { border-color: #929869; }
span { border-color: rgb(146,152,105); }
td.TdClassName
{
border-color: #929869;
}
.TagClassName
{
border-color: #929869;
}
</style>