Shades of Gossip #8BCE78
Tints of Gossip #8BCE78
RGB
CMYK
RGB Variations
Color information
#8BCE78 (or 0x8BCE78) is known color: Gossip. HEX triplet: 8B, CE and 78. RGB value is (139,206,120). Sum of RGB (Red+Green+Blue) = 139+206+120=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCE78 is #743187. Grayscale: #B0B0B0. Windows color (decimal): -7614856 or 7917195. OLE color: 7917195.
HSL color Cylindrical-coordinate representation of color #8BCE78: hue angle of 106.74º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BCE78 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 206 | 120 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.19 |
| HSL | 106.74º | 0.47% | 0.64% | - |
| HSV(B) | 106.74º | 0.42% | 0.81% | - |
| XYZ | 36.11 | 50.99 | 25.71 | - |
| YUV | 176.16 | 96.3 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 120 | 0.33 | 0 | 0.42 | 0.19 | 106.74 | 0.47 | 0.64 |
| Hex | 8B | CE | 78 | 21 | 0 | 2A | 13 | 6B | 2F | 40 |
| Octal | 213 | 316 | 170 | 41 | 0 | 52 | 23 | 153 | 57 | 100 |
| Binary | 10001011 | 11001110 | 1111000 | 100001 | 0 | 101010 | 10011 | 1101011 | 101111 | 1000000 |
Color Harmonies of #8BCE78
Complementary color
Monochromatic Colors of #8BCE78
Black with #8BCE78
Text Example
Text Example
White with #8BCE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCE78; }
p { color: rgb(139,206,120); }
H1.HeaderClassName
{
color: #8BCE78;
}
.AnyTagClassName
{
color: #8BCE78;
}
</style>
background-color css
<style>
a { background-color: #8BCE78; }
a { background-color: rgb(139,206,120); }
div.DivClassName
{
background-color: #8BCE78;
}
.BgClassName
{
background-color: #8BCE78;
}
</style>
border-color css
<style>
span { border-color: #8BCE78; }
span { border-color: rgb(139,206,120); }
td.TdClassName
{
border-color: #8BCE78;
}
.TagClassName
{
border-color: #8BCE78;
}
</style>