Shades of Gossip #9CC87B
Tints of Gossip #9CC87B
RGB
CMYK
RGB Variations
Color information
#9CC87B (or 0x9CC87B) is known color: Gossip. HEX triplet: 9C, C8 and 7B. RGB value is (156,200,123). Sum of RGB (Red+Green+Blue) = 156+200+123=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC87B is #633784. Grayscale: #B2B2B2. Windows color (decimal): -6502277 or 8112284. OLE color: 8112284.
HSL color Cylindrical-coordinate representation of color #9CC87B: hue angle of 94.29º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CC87B is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 200 | 123 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.22 |
| HSL | 94.29º | 0.41% | 0.63% | - |
| HSV(B) | 94.29º | 0.39% | 0.78% | - |
| XYZ | 37.94 | 49.81 | 26.35 | - |
| YUV | 178.07 | 96.92 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 200 | 123 | 0.22 | 0 | 0.38 | 0.22 | 94.29 | 0.41 | 0.63 |
| Hex | 9C | C8 | 7B | 16 | 0 | 26 | 16 | 5E | 29 | 3F |
| Octal | 234 | 310 | 173 | 26 | 0 | 46 | 26 | 136 | 51 | 77 |
| Binary | 10011100 | 11001000 | 1111011 | 10110 | 0 | 100110 | 10110 | 1011110 | 101001 | 111111 |
Color Harmonies of #9CC87B
Complementary color
Monochromatic Colors of #9CC87B
Black with #9CC87B
Text Example
Text Example
White with #9CC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC87B; }
p { color: rgb(156,200,123); }
H1.HeaderClassName
{
color: #9CC87B;
}
.AnyTagClassName
{
color: #9CC87B;
}
</style>
background-color css
<style>
a { background-color: #9CC87B; }
a { background-color: rgb(156,200,123); }
div.DivClassName
{
background-color: #9CC87B;
}
.BgClassName
{
background-color: #9CC87B;
}
</style>
border-color css
<style>
span { border-color: #9CC87B; }
span { border-color: rgb(156,200,123); }
td.TdClassName
{
border-color: #9CC87B;
}
.TagClassName
{
border-color: #9CC87B;
}
</style>