Shades of Gossip #9BD473
Tints of Gossip #9BD473
RGB
CMYK
RGB Variations
Color information
#9BD473 (or 0x9BD473) is known color: Gossip. HEX triplet: 9B, D4 and 73. RGB value is (155,212,115). Sum of RGB (Red+Green+Blue) = 155+212+115=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD473 is #642B8C. Grayscale: #B8B8B8. Windows color (decimal): -6564749 or 7591067. OLE color: 7591067.
HSL color Cylindrical-coordinate representation of color #9BD473: hue angle of 95.26º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BD473 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 212 | 115 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.17 |
| HSL | 95.26º | 0.53% | 0.64% | - |
| HSV(B) | 95.26º | 0.46% | 0.83% | - |
| XYZ | 40.16 | 55.29 | 24.78 | - |
| YUV | 183.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 212 | 115 | 0.27 | 0 | 0.46 | 0.17 | 95.26 | 0.53 | 0.64 |
| Hex | 9B | D4 | 73 | 1B | 0 | 2E | 11 | 5F | 35 | 40 |
| Octal | 233 | 324 | 163 | 33 | 0 | 56 | 21 | 137 | 65 | 100 |
| Binary | 10011011 | 11010100 | 1110011 | 11011 | 0 | 101110 | 10001 | 1011111 | 110101 | 1000000 |
Color Harmonies of #9BD473
Complementary color
Monochromatic Colors of #9BD473
Black with #9BD473
Text Example
Text Example
White with #9BD473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD473; }
p { color: rgb(155,212,115); }
H1.HeaderClassName
{
color: #9BD473;
}
.AnyTagClassName
{
color: #9BD473;
}
</style>
background-color css
<style>
a { background-color: #9BD473; }
a { background-color: rgb(155,212,115); }
div.DivClassName
{
background-color: #9BD473;
}
.BgClassName
{
background-color: #9BD473;
}
</style>
border-color css
<style>
span { border-color: #9BD473; }
span { border-color: rgb(155,212,115); }
td.TdClassName
{
border-color: #9BD473;
}
.TagClassName
{
border-color: #9BD473;
}
</style>