Shades of Gossip #9CDB7A
Tints of Gossip #9CDB7A
RGB
CMYK
RGB Variations
Color information
#9CDB7A (or 0x9CDB7A) is known color: Gossip. HEX triplet: 9C, DB and 7A. RGB value is (156,219,122). Sum of RGB (Red+Green+Blue) = 156+219+122=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB7A is #632485. Grayscale: #BDBDBD. Windows color (decimal): -6497414 or 8051612. OLE color: 8051612.
HSL color Cylindrical-coordinate representation of color #9CDB7A: hue angle of 98.97º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CDB7A is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 122 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.14 |
| HSL | 98.97º | 0.57% | 0.67% | - |
| HSV(B) | 98.97º | 0.44% | 0.86% | - |
| XYZ | 42.55 | 59.14 | 27.58 | - |
| YUV | 189.11 | 90.13 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 122 | 0.29 | 0 | 0.44 | 0.14 | 98.97 | 0.57 | 0.67 |
| Hex | 9C | DB | 7A | 1D | 0 | 2C | E | 63 | 39 | 43 |
| Octal | 234 | 333 | 172 | 35 | 0 | 54 | 16 | 143 | 71 | 103 |
| Binary | 10011100 | 11011011 | 1111010 | 11101 | 0 | 101100 | 1110 | 1100011 | 111001 | 1000011 |
Color Harmonies of #9CDB7A
Complementary color
Monochromatic Colors of #9CDB7A
Black with #9CDB7A
Text Example
Text Example
White with #9CDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB7A; }
p { color: rgb(156,219,122); }
H1.HeaderClassName
{
color: #9CDB7A;
}
.AnyTagClassName
{
color: #9CDB7A;
}
</style>
background-color css
<style>
a { background-color: #9CDB7A; }
a { background-color: rgb(156,219,122); }
div.DivClassName
{
background-color: #9CDB7A;
}
.BgClassName
{
background-color: #9CDB7A;
}
</style>
border-color css
<style>
span { border-color: #9CDB7A; }
span { border-color: rgb(156,219,122); }
td.TdClassName
{
border-color: #9CDB7A;
}
.TagClassName
{
border-color: #9CDB7A;
}
</style>