Shades of Gossip #8BD96D
Tints of Gossip #8BD96D
RGB
CMYK
RGB Variations
Color information
#8BD96D (or 0x8BD96D) is known color: Gossip. HEX triplet: 8B, D9 and 6D. RGB value is (139,217,109). Sum of RGB (Red+Green+Blue) = 139+217+109=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD96D is #742692. Grayscale: #B5B5B5. Windows color (decimal): -7612051 or 7199115. OLE color: 7199115.
HSL color Cylindrical-coordinate representation of color #8BD96D: hue angle of 103.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8BD96D is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 217 | 109 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.15 |
| HSL | 103.33º | 0.59% | 0.64% | - |
| HSV(B) | 103.33º | 0.5% | 0.85% | - |
| XYZ | 38.22 | 56.22 | 23.3 | - |
| YUV | 181.37 | 87.16 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 217 | 109 | 0.36 | 0 | 0.50 | 0.15 | 103.33 | 0.59 | 0.64 |
| Hex | 8B | D9 | 6D | 24 | 0 | 32 | F | 67 | 3B | 40 |
| Octal | 213 | 331 | 155 | 44 | 0 | 62 | 17 | 147 | 73 | 100 |
| Binary | 10001011 | 11011001 | 1101101 | 100100 | 0 | 110010 | 1111 | 1100111 | 111011 | 1000000 |
Color Harmonies of #8BD96D
Complementary color
Monochromatic Colors of #8BD96D
Black with #8BD96D
Text Example
Text Example
White with #8BD96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD96D; }
p { color: rgb(139,217,109); }
H1.HeaderClassName
{
color: #8BD96D;
}
.AnyTagClassName
{
color: #8BD96D;
}
</style>
background-color css
<style>
a { background-color: #8BD96D; }
a { background-color: rgb(139,217,109); }
div.DivClassName
{
background-color: #8BD96D;
}
.BgClassName
{
background-color: #8BD96D;
}
</style>
border-color css
<style>
span { border-color: #8BD96D; }
span { border-color: rgb(139,217,109); }
td.TdClassName
{
border-color: #8BD96D;
}
.TagClassName
{
border-color: #8BD96D;
}
</style>