Shades of Gossip #9CCB85
Tints of Gossip #9CCB85
RGB
CMYK
RGB Variations
Color information
#9CCB85 (or 0x9CCB85) is known color: Gossip. HEX triplet: 9C, CB and 85. RGB value is (156,203,133). Sum of RGB (Red+Green+Blue) = 156+203+133=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCB85 is #63347A. Grayscale: #B5B5B5. Windows color (decimal): -6501499 or 8768412. OLE color: 8768412.
HSL color Cylindrical-coordinate representation of color #9CCB85: hue angle of 100.29º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CCB85 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 133 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.20 |
| HSL | 100.29º | 0.4% | 0.66% | - |
| HSV(B) | 100.29º | 0.34% | 0.8% | - |
| XYZ | 39.3 | 51.47 | 30.05 | - |
| YUV | 180.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 133 | 0.23 | 0 | 0.34 | 0.20 | 100.29 | 0.4 | 0.66 |
| Hex | 9C | CB | 85 | 17 | 0 | 22 | 14 | 64 | 28 | 42 |
| Octal | 234 | 313 | 205 | 27 | 0 | 42 | 24 | 144 | 50 | 102 |
| Binary | 10011100 | 11001011 | 10000101 | 10111 | 0 | 100010 | 10100 | 1100100 | 101000 | 1000010 |
Color Harmonies of #9CCB85
Complementary color
Monochromatic Colors of #9CCB85
Black with #9CCB85
Text Example
Text Example
White with #9CCB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCB85; }
p { color: rgb(156,203,133); }
H1.HeaderClassName
{
color: #9CCB85;
}
.AnyTagClassName
{
color: #9CCB85;
}
</style>
background-color css
<style>
a { background-color: #9CCB85; }
a { background-color: rgb(156,203,133); }
div.DivClassName
{
background-color: #9CCB85;
}
.BgClassName
{
background-color: #9CCB85;
}
</style>
border-color css
<style>
span { border-color: #9CCB85; }
span { border-color: rgb(156,203,133); }
td.TdClassName
{
border-color: #9CCB85;
}
.TagClassName
{
border-color: #9CCB85;
}
</style>