Shades of Gossip #9CCA80
Tints of Gossip #9CCA80
RGB
CMYK
RGB Variations
Color information
#9CCA80 (or 0x9CCA80) is known color: Gossip. HEX triplet: 9C, CA and 80. RGB value is (156,202,128). Sum of RGB (Red+Green+Blue) = 156+202+128=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCA80 is #63357F. Grayscale: #B4B4B4. Windows color (decimal): -6501760 or 8440476. OLE color: 8440476.
HSL color Cylindrical-coordinate representation of color #9CCA80: hue angle of 97.3º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CCA80 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 128 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.21 |
| HSL | 97.3º | 0.41% | 0.65% | - |
| HSV(B) | 97.3º | 0.37% | 0.79% | - |
| XYZ | 38.73 | 50.87 | 28.2 | - |
| YUV | 179.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 128 | 0.23 | 0 | 0.37 | 0.21 | 97.3 | 0.41 | 0.65 |
| Hex | 9C | CA | 80 | 17 | 0 | 25 | 15 | 61 | 29 | 41 |
| Octal | 234 | 312 | 200 | 27 | 0 | 45 | 25 | 141 | 51 | 101 |
| Binary | 10011100 | 11001010 | 10000000 | 10111 | 0 | 100101 | 10101 | 1100001 | 101001 | 1000001 |
Color Harmonies of #9CCA80
Complementary color
Monochromatic Colors of #9CCA80
Black with #9CCA80
Text Example
Text Example
White with #9CCA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA80; }
p { color: rgb(156,202,128); }
H1.HeaderClassName
{
color: #9CCA80;
}
.AnyTagClassName
{
color: #9CCA80;
}
</style>
background-color css
<style>
a { background-color: #9CCA80; }
a { background-color: rgb(156,202,128); }
div.DivClassName
{
background-color: #9CCA80;
}
.BgClassName
{
background-color: #9CCA80;
}
</style>
border-color css
<style>
span { border-color: #9CCA80; }
span { border-color: rgb(156,202,128); }
td.TdClassName
{
border-color: #9CCA80;
}
.TagClassName
{
border-color: #9CCA80;
}
</style>