Shades of Gossip #8BC278
Tints of Gossip #8BC278
RGB
CMYK
RGB Variations
Color information
#8BC278 (or 0x8BC278) is known color: Gossip. HEX triplet: 8B, C2 and 78. RGB value is (139,194,120). Sum of RGB (Red+Green+Blue) = 139+194+120=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC278 is #743D87. Grayscale: #A9A9A9. Windows color (decimal): -7617928 or 7914123. OLE color: 7914123.
HSL color Cylindrical-coordinate representation of color #8BC278: hue angle of 104.59º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BC278 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 194 | 120 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.24 |
| HSL | 104.59º | 0.38% | 0.62% | - |
| HSV(B) | 104.59º | 0.38% | 0.76% | - |
| XYZ | 33.33 | 45.43 | 24.78 | - |
| YUV | 169.12 | 100.28 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 194 | 120 | 0.28 | 0 | 0.38 | 0.24 | 104.59 | 0.38 | 0.62 |
| Hex | 8B | C2 | 78 | 1C | 0 | 26 | 18 | 69 | 26 | 3E |
| Octal | 213 | 302 | 170 | 34 | 0 | 46 | 30 | 151 | 46 | 76 |
| Binary | 10001011 | 11000010 | 1111000 | 11100 | 0 | 100110 | 11000 | 1101001 | 100110 | 111110 |
Color Harmonies of #8BC278
Complementary color
Monochromatic Colors of #8BC278
Black with #8BC278
Text Example
Text Example
White with #8BC278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC278; }
p { color: rgb(139,194,120); }
H1.HeaderClassName
{
color: #8BC278;
}
.AnyTagClassName
{
color: #8BC278;
}
</style>
background-color css
<style>
a { background-color: #8BC278; }
a { background-color: rgb(139,194,120); }
div.DivClassName
{
background-color: #8BC278;
}
.BgClassName
{
background-color: #8BC278;
}
</style>
border-color css
<style>
span { border-color: #8BC278; }
span { border-color: rgb(139,194,120); }
td.TdClassName
{
border-color: #8BC278;
}
.TagClassName
{
border-color: #8BC278;
}
</style>