Shades of Gossip #9BDB74
Tints of Gossip #9BDB74
RGB
CMYK
RGB Variations
Color information
#9BDB74 (or 0x9BDB74) is known color: Gossip. HEX triplet: 9B, DB and 74. RGB value is (155,219,116). Sum of RGB (Red+Green+Blue) = 155+219+116=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB74 is #64248B. Grayscale: #BCBCBC. Windows color (decimal): -6562956 or 7658395. OLE color: 7658395.
HSL color Cylindrical-coordinate representation of color #9BDB74: hue angle of 97.28º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BDB74 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 116 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.14 |
| HSL | 97.28º | 0.59% | 0.66% | - |
| HSV(B) | 97.28º | 0.47% | 0.86% | - |
| XYZ | 42 | 58.89 | 25.68 | - |
| YUV | 188.12 | 87.3 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 116 | 0.29 | 0 | 0.47 | 0.14 | 97.28 | 0.59 | 0.66 |
| Hex | 9B | DB | 74 | 1D | 0 | 2F | E | 61 | 3B | 42 |
| Octal | 233 | 333 | 164 | 35 | 0 | 57 | 16 | 141 | 73 | 102 |
| Binary | 10011011 | 11011011 | 1110100 | 11101 | 0 | 101111 | 1110 | 1100001 | 111011 | 1000010 |
Color Harmonies of #9BDB74
Complementary color
Monochromatic Colors of #9BDB74
Black with #9BDB74
Text Example
Text Example
White with #9BDB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDB74; }
p { color: rgb(155,219,116); }
H1.HeaderClassName
{
color: #9BDB74;
}
.AnyTagClassName
{
color: #9BDB74;
}
</style>
background-color css
<style>
a { background-color: #9BDB74; }
a { background-color: rgb(155,219,116); }
div.DivClassName
{
background-color: #9BDB74;
}
.BgClassName
{
background-color: #9BDB74;
}
</style>
border-color css
<style>
span { border-color: #9BDB74; }
span { border-color: rgb(155,219,116); }
td.TdClassName
{
border-color: #9BDB74;
}
.TagClassName
{
border-color: #9BDB74;
}
</style>