Shades of Avocado #8C925C
Tints of Avocado #8C925C
RGB
CMYK
RGB Variations
Color information
#8C925C (or 0x8C925C) is known color: Avocado. HEX triplet: 8C, 92 and 5C. RGB value is (140,146,92). Sum of RGB (Red+Green+Blue) = 140+146+92=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #8C925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C925C is #736DA3. Grayscale: #8A8A8A. Windows color (decimal): -7564708 or 6066828. OLE color: 6066828.
HSL color Cylindrical-coordinate representation of color #8C925C: hue angle of 66.67º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C925C is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 92 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.43 |
| HSL | 66.67º | 0.23% | 0.47% | - |
| HSV(B) | 66.67º | 0.37% | 0.57% | - |
| XYZ | 23.03 | 26.91 | 14.1 | - |
| YUV | 138.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 92 | 0.04 | 0 | 0.37 | 0.43 | 66.67 | 0.23 | 0.47 |
| Hex | 8C | 92 | 5C | 4 | 0 | 25 | 2B | 43 | 17 | 2F |
| Octal | 214 | 222 | 134 | 4 | 0 | 45 | 53 | 103 | 27 | 57 |
| Binary | 10001100 | 10010010 | 1011100 | 100 | 0 | 100101 | 101011 | 1000011 | 10111 | 101111 |
Color Harmonies of #8C925C
Complementary color
Monochromatic Colors of #8C925C
Black with #8C925C
Text Example
Text Example
White with #8C925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C925C; }
p { color: rgb(140,146,92); }
H1.HeaderClassName
{
color: #8C925C;
}
.AnyTagClassName
{
color: #8C925C;
}
</style>
background-color css
<style>
a { background-color: #8C925C; }
a { background-color: rgb(140,146,92); }
div.DivClassName
{
background-color: #8C925C;
}
.BgClassName
{
background-color: #8C925C;
}
</style>
border-color css
<style>
span { border-color: #8C925C; }
span { border-color: rgb(140,146,92); }
td.TdClassName
{
border-color: #8C925C;
}
.TagClassName
{
border-color: #8C925C;
}
</style>