Shades of Gossip #9DCB7A
Tints of Gossip #9DCB7A
RGB
CMYK
RGB Variations
Color information
#9DCB7A (or 0x9DCB7A) is known color: Gossip. HEX triplet: 9D, CB and 7A. RGB value is (157,203,122). Sum of RGB (Red+Green+Blue) = 157+203+122=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCB7A is #623485. Grayscale: #B4B4B4. Windows color (decimal): -6435974 or 8047517. OLE color: 8047517.
HSL color Cylindrical-coordinate representation of color #9DCB7A: hue angle of 94.07º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DCB7A is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 122 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.20 |
| HSL | 94.07º | 0.44% | 0.64% | - |
| HSV(B) | 94.07º | 0.4% | 0.8% | - |
| XYZ | 38.77 | 51.29 | 26.27 | - |
| YUV | 180.01 | 95.26 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 122 | 0.23 | 0 | 0.40 | 0.20 | 94.07 | 0.44 | 0.64 |
| Hex | 9D | CB | 7A | 17 | 0 | 28 | 14 | 5E | 2C | 40 |
| Octal | 235 | 313 | 172 | 27 | 0 | 50 | 24 | 136 | 54 | 100 |
| Binary | 10011101 | 11001011 | 1111010 | 10111 | 0 | 101000 | 10100 | 1011110 | 101100 | 1000000 |
Color Harmonies of #9DCB7A
Complementary color
Monochromatic Colors of #9DCB7A
Black with #9DCB7A
Text Example
Text Example
White with #9DCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCB7A; }
p { color: rgb(157,203,122); }
H1.HeaderClassName
{
color: #9DCB7A;
}
.AnyTagClassName
{
color: #9DCB7A;
}
</style>
background-color css
<style>
a { background-color: #9DCB7A; }
a { background-color: rgb(157,203,122); }
div.DivClassName
{
background-color: #9DCB7A;
}
.BgClassName
{
background-color: #9DCB7A;
}
</style>
border-color css
<style>
span { border-color: #9DCB7A; }
span { border-color: rgb(157,203,122); }
td.TdClassName
{
border-color: #9DCB7A;
}
.TagClassName
{
border-color: #9DCB7A;
}
</style>