Shades of Gossip #9CCB86
Tints of Gossip #9CCB86
RGB
CMYK
RGB Variations
Color information
#9CCB86 (or 0x9CCB86) is known color: Gossip. HEX triplet: 9C, CB and 86. RGB value is (156,203,134). Sum of RGB (Red+Green+Blue) = 156+203+134=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCB86 is #633479. Grayscale: #B5B5B5. Windows color (decimal): -6501498 or 8833948. OLE color: 8833948.
HSL color Cylindrical-coordinate representation of color #9CCB86: hue angle of 100.87º 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 #9CCB86 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 134 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.20 |
| HSL | 100.87º | 0.4% | 0.66% | - |
| HSV(B) | 100.87º | 0.34% | 0.8% | - |
| XYZ | 39.37 | 51.5 | 30.42 | - |
| YUV | 181.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 134 | 0.23 | 0 | 0.34 | 0.20 | 100.87 | 0.4 | 0.66 |
| Hex | 9C | CB | 86 | 17 | 0 | 22 | 14 | 65 | 28 | 42 |
| Octal | 234 | 313 | 206 | 27 | 0 | 42 | 24 | 145 | 50 | 102 |
| Binary | 10011100 | 11001011 | 10000110 | 10111 | 0 | 100010 | 10100 | 1100101 | 101000 | 1000010 |
Color Harmonies of #9CCB86
Complementary color
Monochromatic Colors of #9CCB86
Black with #9CCB86
Text Example
Text Example
White with #9CCB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCB86; }
p { color: rgb(156,203,134); }
H1.HeaderClassName
{
color: #9CCB86;
}
.AnyTagClassName
{
color: #9CCB86;
}
</style>
background-color css
<style>
a { background-color: #9CCB86; }
a { background-color: rgb(156,203,134); }
div.DivClassName
{
background-color: #9CCB86;
}
.BgClassName
{
background-color: #9CCB86;
}
</style>
border-color css
<style>
span { border-color: #9CCB86; }
span { border-color: rgb(156,203,134); }
td.TdClassName
{
border-color: #9CCB86;
}
.TagClassName
{
border-color: #9CCB86;
}
</style>