Shades of Gossip #8BC974
Tints of Gossip #8BC974
RGB
CMYK
RGB Variations
Color information
#8BC974 (or 0x8BC974) is known color: Gossip. HEX triplet: 8B, C9 and 74. RGB value is (139,201,116). Sum of RGB (Red+Green+Blue) = 139+201+116=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC974 is #74368B. Grayscale: #ADADAD. Windows color (decimal): -7616140 or 7653771. OLE color: 7653771.
HSL color Cylindrical-coordinate representation of color #8BC974: hue angle of 103.76º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BC974 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 116 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.21 |
| HSL | 103.76º | 0.44% | 0.62% | - |
| HSV(B) | 103.76º | 0.42% | 0.79% | - |
| XYZ | 34.69 | 48.52 | 24.06 | - |
| YUV | 172.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 116 | 0.31 | 0 | 0.42 | 0.21 | 103.76 | 0.44 | 0.62 |
| Hex | 8B | C9 | 74 | 1F | 0 | 2A | 15 | 68 | 2C | 3E |
| Octal | 213 | 311 | 164 | 37 | 0 | 52 | 25 | 150 | 54 | 76 |
| Binary | 10001011 | 11001001 | 1110100 | 11111 | 0 | 101010 | 10101 | 1101000 | 101100 | 111110 |
Color Harmonies of #8BC974
Complementary color
Monochromatic Colors of #8BC974
Black with #8BC974
Text Example
Text Example
White with #8BC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC974; }
p { color: rgb(139,201,116); }
H1.HeaderClassName
{
color: #8BC974;
}
.AnyTagClassName
{
color: #8BC974;
}
</style>
background-color css
<style>
a { background-color: #8BC974; }
a { background-color: rgb(139,201,116); }
div.DivClassName
{
background-color: #8BC974;
}
.BgClassName
{
background-color: #8BC974;
}
</style>
border-color css
<style>
span { border-color: #8BC974; }
span { border-color: rgb(139,201,116); }
td.TdClassName
{
border-color: #8BC974;
}
.TagClassName
{
border-color: #8BC974;
}
</style>