Shades of Avocado #8D925C
Tints of Avocado #8D925C
RGB
CMYK
RGB Variations
Color information
#8D925C (or 0x8D925C) is known color: Avocado. HEX triplet: 8D, 92 and 5C. RGB value is (141,146,92). Sum of RGB (Red+Green+Blue) = 141+146+92=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #8D925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D925C is #726DA3. Grayscale: #8A8A8A. Windows color (decimal): -7499172 or 6066829. OLE color: 6066829.
HSL color Cylindrical-coordinate representation of color #8D925C: hue angle of 65.56º 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 #8D925C is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 146 | 92 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.43 |
| HSL | 65.56º | 0.23% | 0.47% | - |
| HSV(B) | 65.56º | 0.37% | 0.57% | - |
| XYZ | 23.2 | 26.99 | 14.11 | - |
| YUV | 138.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 92 | 0.03 | 0 | 0.37 | 0.43 | 65.56 | 0.23 | 0.47 |
| Hex | 8D | 92 | 5C | 3 | 0 | 25 | 2B | 42 | 17 | 2F |
| Octal | 215 | 222 | 134 | 3 | 0 | 45 | 53 | 102 | 27 | 57 |
| Binary | 10001101 | 10010010 | 1011100 | 11 | 0 | 100101 | 101011 | 1000010 | 10111 | 101111 |
Color Harmonies of #8D925C
Complementary color
Monochromatic Colors of #8D925C
Black with #8D925C
Text Example
Text Example
White with #8D925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D925C; }
p { color: rgb(141,146,92); }
H1.HeaderClassName
{
color: #8D925C;
}
.AnyTagClassName
{
color: #8D925C;
}
</style>
background-color css
<style>
a { background-color: #8D925C; }
a { background-color: rgb(141,146,92); }
div.DivClassName
{
background-color: #8D925C;
}
.BgClassName
{
background-color: #8D925C;
}
</style>
border-color css
<style>
span { border-color: #8D925C; }
span { border-color: rgb(141,146,92); }
td.TdClassName
{
border-color: #8D925C;
}
.TagClassName
{
border-color: #8D925C;
}
</style>