Shades of Gossip #8BD073
Tints of Gossip #8BD073
RGB
CMYK
RGB Variations
Color information
#8BD073 (or 0x8BD073) is known color: Gossip. HEX triplet: 8B, D0 and 73. RGB value is (139,208,115). Sum of RGB (Red+Green+Blue) = 139+208+115=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD073 is #742F8C. Grayscale: #B1B1B1. Windows color (decimal): -7614349 or 7590027. OLE color: 7590027.
HSL color Cylindrical-coordinate representation of color #8BD073: hue angle of 104.52º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BD073 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 208 | 115 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.18 |
| HSL | 104.52º | 0.5% | 0.63% | - |
| HSV(B) | 104.52º | 0.45% | 0.82% | - |
| XYZ | 36.3 | 51.84 | 24.31 | - |
| YUV | 176.77 | 93.14 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 208 | 115 | 0.33 | 0 | 0.45 | 0.18 | 104.52 | 0.5 | 0.63 |
| Hex | 8B | D0 | 73 | 21 | 0 | 2D | 12 | 69 | 32 | 3F |
| Octal | 213 | 320 | 163 | 41 | 0 | 55 | 22 | 151 | 62 | 77 |
| Binary | 10001011 | 11010000 | 1110011 | 100001 | 0 | 101101 | 10010 | 1101001 | 110010 | 111111 |
Color Harmonies of #8BD073
Complementary color
Monochromatic Colors of #8BD073
Black with #8BD073
Text Example
Text Example
White with #8BD073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD073; }
p { color: rgb(139,208,115); }
H1.HeaderClassName
{
color: #8BD073;
}
.AnyTagClassName
{
color: #8BD073;
}
</style>
background-color css
<style>
a { background-color: #8BD073; }
a { background-color: rgb(139,208,115); }
div.DivClassName
{
background-color: #8BD073;
}
.BgClassName
{
background-color: #8BD073;
}
</style>
border-color css
<style>
span { border-color: #8BD073; }
span { border-color: rgb(139,208,115); }
td.TdClassName
{
border-color: #8BD073;
}
.TagClassName
{
border-color: #8BD073;
}
</style>