Shades of Avocado #8B955C
Tints of Avocado #8B955C
RGB
CMYK
RGB Variations
Color information
#8B955C (or 0x8B955C) is known color: Avocado. HEX triplet: 8B, 95 and 5C. RGB value is (139,149,92). Sum of RGB (Red+Green+Blue) = 139+149+92=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 149 - color contains mainly: green. Hex color #8B955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B955C is #746AA3. Grayscale: #8B8B8B. Windows color (decimal): -7629476 or 6067595. OLE color: 6067595.
HSL color Cylindrical-coordinate representation of color #8B955C: hue angle of 70.53º degrees, saturation: 0.24, 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 #8B955C is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 92 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.42 |
| HSL | 70.53º | 0.24% | 0.47% | - |
| HSV(B) | 70.53º | 0.38% | 0.58% | - |
| XYZ | 23.33 | 27.76 | 14.25 | - |
| YUV | 139.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 92 | 0.07 | 0 | 0.38 | 0.42 | 70.53 | 0.24 | 0.47 |
| Hex | 8B | 95 | 5C | 7 | 0 | 26 | 2A | 47 | 18 | 2F |
| Octal | 213 | 225 | 134 | 7 | 0 | 46 | 52 | 107 | 30 | 57 |
| Binary | 10001011 | 10010101 | 1011100 | 111 | 0 | 100110 | 101010 | 1000111 | 11000 | 101111 |
Color Harmonies of #8B955C
Complementary color
Monochromatic Colors of #8B955C
Black with #8B955C
Text Example
Text Example
White with #8B955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B955C; }
p { color: rgb(139,149,92); }
H1.HeaderClassName
{
color: #8B955C;
}
.AnyTagClassName
{
color: #8B955C;
}
</style>
background-color css
<style>
a { background-color: #8B955C; }
a { background-color: rgb(139,149,92); }
div.DivClassName
{
background-color: #8B955C;
}
.BgClassName
{
background-color: #8B955C;
}
</style>
border-color css
<style>
span { border-color: #8B955C; }
span { border-color: rgb(139,149,92); }
td.TdClassName
{
border-color: #8B955C;
}
.TagClassName
{
border-color: #8B955C;
}
</style>