Shades of Gossip #9CC28A
Tints of Gossip #9CC28A
RGB
CMYK
RGB Variations
Color information
#9CC28A (or 0x9CC28A) is known color: Gossip. HEX triplet: 9C, C2 and 8A. RGB value is (156,194,138). Sum of RGB (Red+Green+Blue) = 156+194+138=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC28A is #633D75. Grayscale: #B0B0B0. Windows color (decimal): -6503798 or 9093788. OLE color: 9093788.
HSL color Cylindrical-coordinate representation of color #9CC28A: hue angle of 100.71º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CC28A is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 138 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.24 |
| HSL | 100.71º | 0.31% | 0.65% | - |
| HSV(B) | 100.71º | 0.29% | 0.76% | - |
| XYZ | 37.59 | 47.49 | 31.23 | - |
| YUV | 176.25 | 106.41 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 138 | 0.20 | 0 | 0.29 | 0.24 | 100.71 | 0.31 | 0.65 |
| Hex | 9C | C2 | 8A | 14 | 0 | 1D | 18 | 65 | 1F | 41 |
| Octal | 234 | 302 | 212 | 24 | 0 | 35 | 30 | 145 | 37 | 101 |
| Binary | 10011100 | 11000010 | 10001010 | 10100 | 0 | 11101 | 11000 | 1100101 | 11111 | 1000001 |
Color Harmonies of #9CC28A
Complementary color
Monochromatic Colors of #9CC28A
Black with #9CC28A
Text Example
Text Example
White with #9CC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC28A; }
p { color: rgb(156,194,138); }
H1.HeaderClassName
{
color: #9CC28A;
}
.AnyTagClassName
{
color: #9CC28A;
}
</style>
background-color css
<style>
a { background-color: #9CC28A; }
a { background-color: rgb(156,194,138); }
div.DivClassName
{
background-color: #9CC28A;
}
.BgClassName
{
background-color: #9CC28A;
}
</style>
border-color css
<style>
span { border-color: #9CC28A; }
span { border-color: rgb(156,194,138); }
td.TdClassName
{
border-color: #9CC28A;
}
.TagClassName
{
border-color: #9CC28A;
}
</style>