Shades of Gossip #9DCD82
Tints of Gossip #9DCD82
RGB
CMYK
RGB Variations
Color information
#9DCD82 (or 0x9DCD82) is known color: Gossip. HEX triplet: 9D, CD and 82. RGB value is (157,205,130). Sum of RGB (Red+Green+Blue) = 157+205+130=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCD82 is #62327D. Grayscale: #B6B6B6. Windows color (decimal): -6435454 or 8572317. OLE color: 8572317.
HSL color Cylindrical-coordinate representation of color #9DCD82: hue angle of 98.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DCD82 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 130 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.20 |
| HSL | 98.4º | 0.43% | 0.66% | - |
| HSV(B) | 98.4º | 0.37% | 0.8% | - |
| XYZ | 39.77 | 52.44 | 29.15 | - |
| YUV | 182.1 | 98.6 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 130 | 0.23 | 0 | 0.37 | 0.20 | 98.4 | 0.43 | 0.66 |
| Hex | 9D | CD | 82 | 17 | 0 | 25 | 14 | 62 | 2B | 42 |
| Octal | 235 | 315 | 202 | 27 | 0 | 45 | 24 | 142 | 53 | 102 |
| Binary | 10011101 | 11001101 | 10000010 | 10111 | 0 | 100101 | 10100 | 1100010 | 101011 | 1000010 |
Color Harmonies of #9DCD82
Complementary color
Monochromatic Colors of #9DCD82
Black with #9DCD82
Text Example
Text Example
White with #9DCD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD82; }
p { color: rgb(157,205,130); }
H1.HeaderClassName
{
color: #9DCD82;
}
.AnyTagClassName
{
color: #9DCD82;
}
</style>
background-color css
<style>
a { background-color: #9DCD82; }
a { background-color: rgb(157,205,130); }
div.DivClassName
{
background-color: #9DCD82;
}
.BgClassName
{
background-color: #9DCD82;
}
</style>
border-color css
<style>
span { border-color: #9DCD82; }
span { border-color: rgb(157,205,130); }
td.TdClassName
{
border-color: #9DCD82;
}
.TagClassName
{
border-color: #9DCD82;
}
</style>