Shades of Gossip #8BC978
Tints of Gossip #8BC978
RGB
CMYK
RGB Variations
Color information
#8BC978 (or 0x8BC978) is known color: Gossip. HEX triplet: 8B, C9 and 78. RGB value is (139,201,120). Sum of RGB (Red+Green+Blue) = 139+201+120=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC978 is #743687. Grayscale: #ADADAD. Windows color (decimal): -7616136 or 7915915. OLE color: 7915915.
HSL color Cylindrical-coordinate representation of color #8BC978: hue angle of 105.93º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BC978 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 120 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.21 |
| HSL | 105.93º | 0.43% | 0.63% | - |
| HSV(B) | 105.93º | 0.4% | 0.79% | - |
| XYZ | 34.92 | 48.62 | 25.31 | - |
| YUV | 173.23 | 97.96 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 120 | 0.31 | 0 | 0.40 | 0.21 | 105.93 | 0.43 | 0.63 |
| Hex | 8B | C9 | 78 | 1F | 0 | 28 | 15 | 6A | 2B | 3F |
| Octal | 213 | 311 | 170 | 37 | 0 | 50 | 25 | 152 | 53 | 77 |
| Binary | 10001011 | 11001001 | 1111000 | 11111 | 0 | 101000 | 10101 | 1101010 | 101011 | 111111 |
Color Harmonies of #8BC978
Complementary color
Monochromatic Colors of #8BC978
Black with #8BC978
Text Example
Text Example
White with #8BC978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC978; }
p { color: rgb(139,201,120); }
H1.HeaderClassName
{
color: #8BC978;
}
.AnyTagClassName
{
color: #8BC978;
}
</style>
background-color css
<style>
a { background-color: #8BC978; }
a { background-color: rgb(139,201,120); }
div.DivClassName
{
background-color: #8BC978;
}
.BgClassName
{
background-color: #8BC978;
}
</style>
border-color css
<style>
span { border-color: #8BC978; }
span { border-color: rgb(139,201,120); }
td.TdClassName
{
border-color: #8BC978;
}
.TagClassName
{
border-color: #8BC978;
}
</style>