Shades of Gossip #9DCB82
Tints of Gossip #9DCB82
RGB
CMYK
RGB Variations
Color information
#9DCB82 (or 0x9DCB82) is known color: Gossip. HEX triplet: 9D, CB and 82. RGB value is (157,203,130). Sum of RGB (Red+Green+Blue) = 157+203+130=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCB82 is #62347D. Grayscale: #B5B5B5. Windows color (decimal): -6435966 or 8571805. OLE color: 8571805.
HSL color Cylindrical-coordinate representation of color #9DCB82: hue angle of 97.81º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DCB82 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 130 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.20 |
| HSL | 97.81º | 0.41% | 0.65% | - |
| HSV(B) | 97.81º | 0.36% | 0.8% | - |
| XYZ | 39.29 | 51.49 | 28.99 | - |
| YUV | 180.92 | 99.26 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 130 | 0.23 | 0 | 0.36 | 0.20 | 97.81 | 0.41 | 0.65 |
| Hex | 9D | CB | 82 | 17 | 0 | 24 | 14 | 62 | 29 | 41 |
| Octal | 235 | 313 | 202 | 27 | 0 | 44 | 24 | 142 | 51 | 101 |
| Binary | 10011101 | 11001011 | 10000010 | 10111 | 0 | 100100 | 10100 | 1100010 | 101001 | 1000001 |
Color Harmonies of #9DCB82
Complementary color
Monochromatic Colors of #9DCB82
Black with #9DCB82
Text Example
Text Example
White with #9DCB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCB82; }
p { color: rgb(157,203,130); }
H1.HeaderClassName
{
color: #9DCB82;
}
.AnyTagClassName
{
color: #9DCB82;
}
</style>
background-color css
<style>
a { background-color: #9DCB82; }
a { background-color: rgb(157,203,130); }
div.DivClassName
{
background-color: #9DCB82;
}
.BgClassName
{
background-color: #9DCB82;
}
</style>
border-color css
<style>
span { border-color: #9DCB82; }
span { border-color: rgb(157,203,130); }
td.TdClassName
{
border-color: #9DCB82;
}
.TagClassName
{
border-color: #9DCB82;
}
</style>