Shades of Gossip #8BD272
Tints of Gossip #8BD272
RGB
CMYK
RGB Variations
Color information
#8BD272 (or 0x8BD272) is known color: Gossip. HEX triplet: 8B, D2 and 72. RGB value is (139,210,114). Sum of RGB (Red+Green+Blue) = 139+210+114=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD272 is #742D8D. Grayscale: #B2B2B2. Windows color (decimal): -7613838 or 7525003. OLE color: 7525003.
HSL color Cylindrical-coordinate representation of color #8BD272: hue angle of 104.38º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BD272 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 210 | 114 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.18 |
| HSL | 104.38º | 0.52% | 0.64% | - |
| HSV(B) | 104.38º | 0.46% | 0.82% | - |
| XYZ | 36.73 | 52.8 | 24.17 | - |
| YUV | 177.83 | 91.98 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 114 | 0.34 | 0 | 0.46 | 0.18 | 104.38 | 0.52 | 0.64 |
| Hex | 8B | D2 | 72 | 22 | 0 | 2E | 12 | 68 | 34 | 40 |
| Octal | 213 | 322 | 162 | 42 | 0 | 56 | 22 | 150 | 64 | 100 |
| Binary | 10001011 | 11010010 | 1110010 | 100010 | 0 | 101110 | 10010 | 1101000 | 110100 | 1000000 |
Color Harmonies of #8BD272
Complementary color
Monochromatic Colors of #8BD272
Black with #8BD272
Text Example
Text Example
White with #8BD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD272; }
p { color: rgb(139,210,114); }
H1.HeaderClassName
{
color: #8BD272;
}
.AnyTagClassName
{
color: #8BD272;
}
</style>
background-color css
<style>
a { background-color: #8BD272; }
a { background-color: rgb(139,210,114); }
div.DivClassName
{
background-color: #8BD272;
}
.BgClassName
{
background-color: #8BD272;
}
</style>
border-color css
<style>
span { border-color: #8BD272; }
span { border-color: rgb(139,210,114); }
td.TdClassName
{
border-color: #8BD272;
}
.TagClassName
{
border-color: #8BD272;
}
</style>