Shades of Gossip #8BD171
Tints of Gossip #8BD171
RGB
CMYK
RGB Variations
Color information
#8BD171 (or 0x8BD171) is known color: Gossip. HEX triplet: 8B, D1 and 71. RGB value is (139,209,113). Sum of RGB (Red+Green+Blue) = 139+209+113=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD171 is #742E8E. Grayscale: #B1B1B1. Windows color (decimal): -7614095 or 7459211. OLE color: 7459211.
HSL color Cylindrical-coordinate representation of color #8BD171: hue angle of 103.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BD171 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 209 | 113 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.18 |
| HSL | 103.75º | 0.51% | 0.63% | - |
| HSV(B) | 103.75º | 0.46% | 0.82% | - |
| XYZ | 36.43 | 52.28 | 23.79 | - |
| YUV | 177.13 | 91.81 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 209 | 113 | 0.33 | 0 | 0.46 | 0.18 | 103.75 | 0.51 | 0.63 |
| Hex | 8B | D1 | 71 | 21 | 0 | 2E | 12 | 68 | 33 | 3F |
| Octal | 213 | 321 | 161 | 41 | 0 | 56 | 22 | 150 | 63 | 77 |
| Binary | 10001011 | 11010001 | 1110001 | 100001 | 0 | 101110 | 10010 | 1101000 | 110011 | 111111 |
Color Harmonies of #8BD171
Complementary color
Monochromatic Colors of #8BD171
Black with #8BD171
Text Example
Text Example
White with #8BD171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD171; }
p { color: rgb(139,209,113); }
H1.HeaderClassName
{
color: #8BD171;
}
.AnyTagClassName
{
color: #8BD171;
}
</style>
background-color css
<style>
a { background-color: #8BD171; }
a { background-color: rgb(139,209,113); }
div.DivClassName
{
background-color: #8BD171;
}
.BgClassName
{
background-color: #8BD171;
}
</style>
border-color css
<style>
span { border-color: #8BD171; }
span { border-color: rgb(139,209,113); }
td.TdClassName
{
border-color: #8BD171;
}
.TagClassName
{
border-color: #8BD171;
}
</style>