Shades of Gossip #9CCE7D
Tints of Gossip #9CCE7D
RGB
CMYK
RGB Variations
Color information
#9CCE7D (or 0x9CCE7D) is known color: Gossip. HEX triplet: 9C, CE and 7D. RGB value is (156,206,125). Sum of RGB (Red+Green+Blue) = 156+206+125=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCE7D is #633182. Grayscale: #B6B6B6. Windows color (decimal): -6500739 or 8244892. OLE color: 8244892.
HSL color Cylindrical-coordinate representation of color #9CCE7D: hue angle of 97.04º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CCE7D is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 206 | 125 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.19 |
| HSL | 97.04º | 0.45% | 0.65% | - |
| HSV(B) | 97.04º | 0.39% | 0.81% | - |
| XYZ | 39.48 | 52.69 | 27.49 | - |
| YUV | 181.82 | 95.94 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 125 | 0.24 | 0 | 0.39 | 0.19 | 97.04 | 0.45 | 0.65 |
| Hex | 9C | CE | 7D | 18 | 0 | 27 | 13 | 61 | 2D | 41 |
| Octal | 234 | 316 | 175 | 30 | 0 | 47 | 23 | 141 | 55 | 101 |
| Binary | 10011100 | 11001110 | 1111101 | 11000 | 0 | 100111 | 10011 | 1100001 | 101101 | 1000001 |
Color Harmonies of #9CCE7D
Complementary color
Monochromatic Colors of #9CCE7D
Black with #9CCE7D
Text Example
Text Example
White with #9CCE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCE7D; }
p { color: rgb(156,206,125); }
H1.HeaderClassName
{
color: #9CCE7D;
}
.AnyTagClassName
{
color: #9CCE7D;
}
</style>
background-color css
<style>
a { background-color: #9CCE7D; }
a { background-color: rgb(156,206,125); }
div.DivClassName
{
background-color: #9CCE7D;
}
.BgClassName
{
background-color: #9CCE7D;
}
</style>
border-color css
<style>
span { border-color: #9CCE7D; }
span { border-color: rgb(156,206,125); }
td.TdClassName
{
border-color: #9CCE7D;
}
.TagClassName
{
border-color: #9CCE7D;
}
</style>