Shades of Gossip #9CC282
Tints of Gossip #9CC282
RGB
CMYK
RGB Variations
Color information
#9CC282 (or 0x9CC282) is known color: Gossip. HEX triplet: 9C, C2 and 82. RGB value is (156,194,130). Sum of RGB (Red+Green+Blue) = 156+194+130=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC282 is #633D7D. Grayscale: #AFAFAF. Windows color (decimal): -6503806 or 8569500. OLE color: 8569500.
HSL color Cylindrical-coordinate representation of color #9CC282: hue angle of 95.62º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CC282 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 130 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.24 |
| HSL | 95.63º | 0.34% | 0.64% | - |
| HSV(B) | 95.63º | 0.33% | 0.76% | - |
| XYZ | 37.03 | 47.26 | 28.29 | - |
| YUV | 175.34 | 102.41 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 130 | 0.20 | 0 | 0.33 | 0.24 | 95.63 | 0.34 | 0.64 |
| Hex | 9C | C2 | 82 | 14 | 0 | 21 | 18 | 60 | 22 | 40 |
| Octal | 234 | 302 | 202 | 24 | 0 | 41 | 30 | 140 | 42 | 100 |
| Binary | 10011100 | 11000010 | 10000010 | 10100 | 0 | 100001 | 11000 | 1100000 | 100010 | 1000000 |
Color Harmonies of #9CC282
Complementary color
Monochromatic Colors of #9CC282
Black with #9CC282
Text Example
Text Example
White with #9CC282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC282; }
p { color: rgb(156,194,130); }
H1.HeaderClassName
{
color: #9CC282;
}
.AnyTagClassName
{
color: #9CC282;
}
</style>
background-color css
<style>
a { background-color: #9CC282; }
a { background-color: rgb(156,194,130); }
div.DivClassName
{
background-color: #9CC282;
}
.BgClassName
{
background-color: #9CC282;
}
</style>
border-color css
<style>
span { border-color: #9CC282; }
span { border-color: rgb(156,194,130); }
td.TdClassName
{
border-color: #9CC282;
}
.TagClassName
{
border-color: #9CC282;
}
</style>