Shades of Gossip #8BD773
Tints of Gossip #8BD773
RGB
CMYK
RGB Variations
Color information
#8BD773 (or 0x8BD773) is known color: Gossip. HEX triplet: 8B, D7 and 73. RGB value is (139,215,115). Sum of RGB (Red+Green+Blue) = 139+215+115=469 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.64% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD773 is #74288C. Grayscale: #B5B5B5. Windows color (decimal): -7612557 or 7591819. OLE color: 7591819.
HSL color Cylindrical-coordinate representation of color #8BD773: hue angle of 105.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BD773 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 215 | 115 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.16 |
| HSL | 105.6º | 0.56% | 0.65% | - |
| HSV(B) | 105.6º | 0.47% | 0.84% | - |
| XYZ | 38.04 | 55.33 | 24.89 | - |
| YUV | 180.88 | 90.82 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 215 | 115 | 0.35 | 0 | 0.47 | 0.16 | 105.6 | 0.56 | 0.65 |
| Hex | 8B | D7 | 73 | 23 | 0 | 2F | 10 | 6A | 38 | 41 |
| Octal | 213 | 327 | 163 | 43 | 0 | 57 | 20 | 152 | 70 | 101 |
| Binary | 10001011 | 11010111 | 1110011 | 100011 | 0 | 101111 | 10000 | 1101010 | 111000 | 1000001 |
Color Harmonies of #8BD773
Complementary color
Monochromatic Colors of #8BD773
Black with #8BD773
Text Example
Text Example
White with #8BD773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD773; }
p { color: rgb(139,215,115); }
H1.HeaderClassName
{
color: #8BD773;
}
.AnyTagClassName
{
color: #8BD773;
}
</style>
background-color css
<style>
a { background-color: #8BD773; }
a { background-color: rgb(139,215,115); }
div.DivClassName
{
background-color: #8BD773;
}
.BgClassName
{
background-color: #8BD773;
}
</style>
border-color css
<style>
span { border-color: #8BD773; }
span { border-color: rgb(139,215,115); }
td.TdClassName
{
border-color: #8BD773;
}
.TagClassName
{
border-color: #8BD773;
}
</style>