Shades of Gossip #9CCD7D
Tints of Gossip #9CCD7D
RGB
CMYK
RGB Variations
Color information
#9CCD7D (or 0x9CCD7D) is known color: Gossip. HEX triplet: 9C, CD and 7D. RGB value is (156,205,125). Sum of RGB (Red+Green+Blue) = 156+205+125=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCD7D is #633282. Grayscale: #B5B5B5. Windows color (decimal): -6500995 or 8244636. OLE color: 8244636.
HSL color Cylindrical-coordinate representation of color #9CCD7D: hue angle of 96.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CCD7D is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 205 | 125 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.20 |
| HSL | 96.75º | 0.44% | 0.65% | - |
| HSV(B) | 96.75º | 0.39% | 0.8% | - |
| XYZ | 39.24 | 52.21 | 27.41 | - |
| YUV | 181.23 | 96.27 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 125 | 0.24 | 0 | 0.39 | 0.20 | 96.75 | 0.44 | 0.65 |
| Hex | 9C | CD | 7D | 18 | 0 | 27 | 14 | 61 | 2C | 41 |
| Octal | 234 | 315 | 175 | 30 | 0 | 47 | 24 | 141 | 54 | 101 |
| Binary | 10011100 | 11001101 | 1111101 | 11000 | 0 | 100111 | 10100 | 1100001 | 101100 | 1000001 |
Color Harmonies of #9CCD7D
Complementary color
Monochromatic Colors of #9CCD7D
Black with #9CCD7D
Text Example
Text Example
White with #9CCD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCD7D; }
p { color: rgb(156,205,125); }
H1.HeaderClassName
{
color: #9CCD7D;
}
.AnyTagClassName
{
color: #9CCD7D;
}
</style>
background-color css
<style>
a { background-color: #9CCD7D; }
a { background-color: rgb(156,205,125); }
div.DivClassName
{
background-color: #9CCD7D;
}
.BgClassName
{
background-color: #9CCD7D;
}
</style>
border-color css
<style>
span { border-color: #9CCD7D; }
span { border-color: rgb(156,205,125); }
td.TdClassName
{
border-color: #9CCD7D;
}
.TagClassName
{
border-color: #9CCD7D;
}
</style>