Shades of Gossip #9BDA74
Tints of Gossip #9BDA74
RGB
CMYK
RGB Variations
Color information
#9BDA74 (or 0x9BDA74) is known color: Gossip. HEX triplet: 9B, DA and 74. RGB value is (155,218,116). Sum of RGB (Red+Green+Blue) = 155+218+116=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA74 is #64258B. Grayscale: #BBBBBB. Windows color (decimal): -6563212 or 7658139. OLE color: 7658139.
HSL color Cylindrical-coordinate representation of color #9BDA74: hue angle of 97.06º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BDA74 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 116 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.15 |
| HSL | 97.06º | 0.58% | 0.65% | - |
| HSV(B) | 97.06º | 0.47% | 0.85% | - |
| XYZ | 41.74 | 58.37 | 25.59 | - |
| YUV | 187.54 | 87.63 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 116 | 0.29 | 0 | 0.47 | 0.15 | 97.06 | 0.58 | 0.65 |
| Hex | 9B | DA | 74 | 1D | 0 | 2F | F | 61 | 3A | 41 |
| Octal | 233 | 332 | 164 | 35 | 0 | 57 | 17 | 141 | 72 | 101 |
| Binary | 10011011 | 11011010 | 1110100 | 11101 | 0 | 101111 | 1111 | 1100001 | 111010 | 1000001 |
Color Harmonies of #9BDA74
Complementary color
Monochromatic Colors of #9BDA74
Black with #9BDA74
Text Example
Text Example
White with #9BDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA74; }
p { color: rgb(155,218,116); }
H1.HeaderClassName
{
color: #9BDA74;
}
.AnyTagClassName
{
color: #9BDA74;
}
</style>
background-color css
<style>
a { background-color: #9BDA74; }
a { background-color: rgb(155,218,116); }
div.DivClassName
{
background-color: #9BDA74;
}
.BgClassName
{
background-color: #9BDA74;
}
</style>
border-color css
<style>
span { border-color: #9BDA74; }
span { border-color: rgb(155,218,116); }
td.TdClassName
{
border-color: #9BDA74;
}
.TagClassName
{
border-color: #9BDA74;
}
</style>