Shades of Gossip #9BDA7F
Tints of Gossip #9BDA7F
RGB
CMYK
RGB Variations
Color information
#9BDA7F (or 0x9BDA7F) is known color: Gossip. HEX triplet: 9B, DA and 7F. RGB value is (155,218,127). Sum of RGB (Red+Green+Blue) = 155+218+127=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA7F is #642580. Grayscale: #BDBDBD. Windows color (decimal): -6563201 or 8379035. OLE color: 8379035.
HSL color Cylindrical-coordinate representation of color #9BDA7F: hue angle of 101.54º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BDA7F is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 127 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.15 |
| HSL | 101.54º | 0.55% | 0.68% | - |
| HSV(B) | 101.54º | 0.42% | 0.85% | - |
| XYZ | 42.42 | 58.64 | 29.16 | - |
| YUV | 188.79 | 93.13 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 127 | 0.29 | 0 | 0.42 | 0.15 | 101.54 | 0.55 | 0.68 |
| Hex | 9B | DA | 7F | 1D | 0 | 2A | F | 66 | 37 | 44 |
| Octal | 233 | 332 | 177 | 35 | 0 | 52 | 17 | 146 | 67 | 104 |
| Binary | 10011011 | 11011010 | 1111111 | 11101 | 0 | 101010 | 1111 | 1100110 | 110111 | 1000100 |
Color Harmonies of #9BDA7F
Complementary color
Monochromatic Colors of #9BDA7F
Black with #9BDA7F
Text Example
Text Example
White with #9BDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA7F; }
p { color: rgb(155,218,127); }
H1.HeaderClassName
{
color: #9BDA7F;
}
.AnyTagClassName
{
color: #9BDA7F;
}
</style>
background-color css
<style>
a { background-color: #9BDA7F; }
a { background-color: rgb(155,218,127); }
div.DivClassName
{
background-color: #9BDA7F;
}
.BgClassName
{
background-color: #9BDA7F;
}
</style>
border-color css
<style>
span { border-color: #9BDA7F; }
span { border-color: rgb(155,218,127); }
td.TdClassName
{
border-color: #9BDA7F;
}
.TagClassName
{
border-color: #9BDA7F;
}
</style>