Shades of Gossip #9BDA7D
Tints of Gossip #9BDA7D
RGB
CMYK
RGB Variations
Color information
#9BDA7D (or 0x9BDA7D) is known color: Gossip. HEX triplet: 9B, DA and 7D. RGB value is (155,218,125). Sum of RGB (Red+Green+Blue) = 155+218+125=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA7D is #642582. Grayscale: #BCBCBC. Windows color (decimal): -6563203 or 8247963. OLE color: 8247963.
HSL color Cylindrical-coordinate representation of color #9BDA7D: hue angle of 100.65º 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 #9BDA7D is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 125 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.15 |
| HSL | 100.65º | 0.56% | 0.67% | - |
| HSV(B) | 100.65º | 0.43% | 0.85% | - |
| XYZ | 42.29 | 58.59 | 28.48 | - |
| YUV | 188.56 | 92.13 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 125 | 0.29 | 0 | 0.43 | 0.15 | 100.65 | 0.56 | 0.67 |
| Hex | 9B | DA | 7D | 1D | 0 | 2B | F | 65 | 38 | 43 |
| Octal | 233 | 332 | 175 | 35 | 0 | 53 | 17 | 145 | 70 | 103 |
| Binary | 10011011 | 11011010 | 1111101 | 11101 | 0 | 101011 | 1111 | 1100101 | 111000 | 1000011 |
Color Harmonies of #9BDA7D
Complementary color
Monochromatic Colors of #9BDA7D
Black with #9BDA7D
Text Example
Text Example
White with #9BDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA7D; }
p { color: rgb(155,218,125); }
H1.HeaderClassName
{
color: #9BDA7D;
}
.AnyTagClassName
{
color: #9BDA7D;
}
</style>
background-color css
<style>
a { background-color: #9BDA7D; }
a { background-color: rgb(155,218,125); }
div.DivClassName
{
background-color: #9BDA7D;
}
.BgClassName
{
background-color: #9BDA7D;
}
</style>
border-color css
<style>
span { border-color: #9BDA7D; }
span { border-color: rgb(155,218,125); }
td.TdClassName
{
border-color: #9BDA7D;
}
.TagClassName
{
border-color: #9BDA7D;
}
</style>