Shades of Gossip #9BDA7C
Tints of Gossip #9BDA7C
RGB
CMYK
RGB Variations
Color information
#9BDA7C (or 0x9BDA7C) is known color: Gossip. HEX triplet: 9B, DA and 7C. RGB value is (155,218,124). Sum of RGB (Red+Green+Blue) = 155+218+124=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA7C is #642583. Grayscale: #BCBCBC. Windows color (decimal): -6563204 or 8182427. OLE color: 8182427.
HSL color Cylindrical-coordinate representation of color #9BDA7C: hue angle of 100.21º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BDA7C is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 124 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.15 |
| HSL | 100.21º | 0.56% | 0.67% | - |
| HSV(B) | 100.21º | 0.43% | 0.85% | - |
| XYZ | 42.23 | 58.57 | 28.15 | - |
| YUV | 188.45 | 91.63 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 124 | 0.29 | 0 | 0.43 | 0.15 | 100.21 | 0.56 | 0.67 |
| Hex | 9B | DA | 7C | 1D | 0 | 2B | F | 64 | 38 | 43 |
| Octal | 233 | 332 | 174 | 35 | 0 | 53 | 17 | 144 | 70 | 103 |
| Binary | 10011011 | 11011010 | 1111100 | 11101 | 0 | 101011 | 1111 | 1100100 | 111000 | 1000011 |
Color Harmonies of #9BDA7C
Complementary color
Monochromatic Colors of #9BDA7C
Black with #9BDA7C
Text Example
Text Example
White with #9BDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA7C; }
p { color: rgb(155,218,124); }
H1.HeaderClassName
{
color: #9BDA7C;
}
.AnyTagClassName
{
color: #9BDA7C;
}
</style>
background-color css
<style>
a { background-color: #9BDA7C; }
a { background-color: rgb(155,218,124); }
div.DivClassName
{
background-color: #9BDA7C;
}
.BgClassName
{
background-color: #9BDA7C;
}
</style>
border-color css
<style>
span { border-color: #9BDA7C; }
span { border-color: rgb(155,218,124); }
td.TdClassName
{
border-color: #9BDA7C;
}
.TagClassName
{
border-color: #9BDA7C;
}
</style>