Shades of Gossip #8BD573
Tints of Gossip #8BD573
RGB
CMYK
RGB Variations
Color information
#8BD573 (or 0x8BD573) is known color: Gossip. HEX triplet: 8B, D5 and 73. RGB value is (139,213,115). Sum of RGB (Red+Green+Blue) = 139+213+115=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD573 is #742A8C. Grayscale: #B4B4B4. Windows color (decimal): -7613069 or 7591307. OLE color: 7591307.
HSL color Cylindrical-coordinate representation of color #8BD573: hue angle of 105.31º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BD573 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 115 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.16 |
| HSL | 105.31º | 0.54% | 0.64% | - |
| HSV(B) | 105.31º | 0.46% | 0.84% | - |
| XYZ | 37.54 | 54.32 | 24.73 | - |
| YUV | 179.7 | 91.48 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 115 | 0.35 | 0 | 0.46 | 0.16 | 105.31 | 0.54 | 0.64 |
| Hex | 8B | D5 | 73 | 23 | 0 | 2E | 10 | 69 | 36 | 40 |
| Octal | 213 | 325 | 163 | 43 | 0 | 56 | 20 | 151 | 66 | 100 |
| Binary | 10001011 | 11010101 | 1110011 | 100011 | 0 | 101110 | 10000 | 1101001 | 110110 | 1000000 |
Color Harmonies of #8BD573
Complementary color
Monochromatic Colors of #8BD573
Black with #8BD573
Text Example
Text Example
White with #8BD573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD573; }
p { color: rgb(139,213,115); }
H1.HeaderClassName
{
color: #8BD573;
}
.AnyTagClassName
{
color: #8BD573;
}
</style>
background-color css
<style>
a { background-color: #8BD573; }
a { background-color: rgb(139,213,115); }
div.DivClassName
{
background-color: #8BD573;
}
.BgClassName
{
background-color: #8BD573;
}
</style>
border-color css
<style>
span { border-color: #8BD573; }
span { border-color: rgb(139,213,115); }
td.TdClassName
{
border-color: #8BD573;
}
.TagClassName
{
border-color: #8BD573;
}
</style>