Shades of Avocado #95925D
Tints of Avocado #95925D
RGB
CMYK
RGB Variations
Color information
#95925D (or 0x95925D) is known color: Avocado. HEX triplet: 95, 92 and 5D. RGB value is (149,146,93). Sum of RGB (Red+Green+Blue) = 149+146+93=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95925D is #6A6DA2. Grayscale: #8D8D8D. Windows color (decimal): -6974883 or 6132373. OLE color: 6132373.
HSL color Cylindrical-coordinate representation of color #95925D: hue angle of 56.79º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95925D is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 93 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.42 |
| HSL | 56.79º | 0.23% | 0.47% | - |
| HSV(B) | 56.79º | 0.38% | 0.58% | - |
| XYZ | 24.65 | 27.74 | 14.41 | - |
| YUV | 140.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 93 | 0 | 0.02 | 0.38 | 0.42 | 56.79 | 0.23 | 0.47 |
| Hex | 95 | 92 | 5D | 0 | 2 | 26 | 2A | 39 | 17 | 2F |
| Octal | 225 | 222 | 135 | 0 | 2 | 46 | 52 | 71 | 27 | 57 |
| Binary | 10010101 | 10010010 | 1011101 | 0 | 10 | 100110 | 101010 | 111001 | 10111 | 101111 |
Color Harmonies of #95925D
Complementary color
Monochromatic Colors of #95925D
Black with #95925D
Text Example
Text Example
White with #95925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95925D; }
p { color: rgb(149,146,93); }
H1.HeaderClassName
{
color: #95925D;
}
.AnyTagClassName
{
color: #95925D;
}
</style>
background-color css
<style>
a { background-color: #95925D; }
a { background-color: rgb(149,146,93); }
div.DivClassName
{
background-color: #95925D;
}
.BgClassName
{
background-color: #95925D;
}
</style>
border-color css
<style>
span { border-color: #95925D; }
span { border-color: rgb(149,146,93); }
td.TdClassName
{
border-color: #95925D;
}
.TagClassName
{
border-color: #95925D;
}
</style>