Shades of Gossip #9BD674
Tints of Gossip #9BD674
RGB
CMYK
RGB Variations
Color information
#9BD674 (or 0x9BD674) is known color: Gossip. HEX triplet: 9B, D6 and 74. RGB value is (155,214,116). Sum of RGB (Red+Green+Blue) = 155+214+116=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD674 is #64298B. Grayscale: #B9B9B9. Windows color (decimal): -6564236 or 7657115. OLE color: 7657115.
HSL color Cylindrical-coordinate representation of color #9BD674: hue angle of 96.12º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BD674 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 214 | 116 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.16 |
| HSL | 96.12º | 0.54% | 0.65% | - |
| HSV(B) | 96.12º | 0.46% | 0.84% | - |
| XYZ | 40.72 | 56.32 | 25.25 | - |
| YUV | 185.19 | 88.95 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 214 | 116 | 0.28 | 0 | 0.46 | 0.16 | 96.12 | 0.54 | 0.65 |
| Hex | 9B | D6 | 74 | 1C | 0 | 2E | 10 | 60 | 36 | 41 |
| Octal | 233 | 326 | 164 | 34 | 0 | 56 | 20 | 140 | 66 | 101 |
| Binary | 10011011 | 11010110 | 1110100 | 11100 | 0 | 101110 | 10000 | 1100000 | 110110 | 1000001 |
Color Harmonies of #9BD674
Complementary color
Monochromatic Colors of #9BD674
Black with #9BD674
Text Example
Text Example
White with #9BD674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD674; }
p { color: rgb(155,214,116); }
H1.HeaderClassName
{
color: #9BD674;
}
.AnyTagClassName
{
color: #9BD674;
}
</style>
background-color css
<style>
a { background-color: #9BD674; }
a { background-color: rgb(155,214,116); }
div.DivClassName
{
background-color: #9BD674;
}
.BgClassName
{
background-color: #9BD674;
}
</style>
border-color css
<style>
span { border-color: #9BD674; }
span { border-color: rgb(155,214,116); }
td.TdClassName
{
border-color: #9BD674;
}
.TagClassName
{
border-color: #9BD674;
}
</style>