Shades of Gossip #9CCF8C
Tints of Gossip #9CCF8C
RGB
CMYK
RGB Variations
Color information
#9CCF8C (or 0x9CCF8C) is known color: Gossip. HEX triplet: 9C, CF and 8C. RGB value is (156,207,140). Sum of RGB (Red+Green+Blue) = 156+207+140=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCF8C is #633073. Grayscale: #B8B8B8. Windows color (decimal): -6500468 or 9228188. OLE color: 9228188.
HSL color Cylindrical-coordinate representation of color #9CCF8C: hue angle of 105.67º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CCF8C is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 207 | 140 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.19 |
| HSL | 105.67º | 0.41% | 0.68% | - |
| HSV(B) | 105.67º | 0.32% | 0.81% | - |
| XYZ | 40.76 | 53.59 | 33.01 | - |
| YUV | 184.11 | 103.1 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 140 | 0.25 | 0 | 0.32 | 0.19 | 105.67 | 0.41 | 0.68 |
| Hex | 9C | CF | 8C | 19 | 0 | 20 | 13 | 6A | 29 | 44 |
| Octal | 234 | 317 | 214 | 31 | 0 | 40 | 23 | 152 | 51 | 104 |
| Binary | 10011100 | 11001111 | 10001100 | 11001 | 0 | 100000 | 10011 | 1101010 | 101001 | 1000100 |
Color Harmonies of #9CCF8C
Complementary color
Monochromatic Colors of #9CCF8C
Black with #9CCF8C
Text Example
Text Example
White with #9CCF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCF8C; }
p { color: rgb(156,207,140); }
H1.HeaderClassName
{
color: #9CCF8C;
}
.AnyTagClassName
{
color: #9CCF8C;
}
</style>
background-color css
<style>
a { background-color: #9CCF8C; }
a { background-color: rgb(156,207,140); }
div.DivClassName
{
background-color: #9CCF8C;
}
.BgClassName
{
background-color: #9CCF8C;
}
</style>
border-color css
<style>
span { border-color: #9CCF8C; }
span { border-color: rgb(156,207,140); }
td.TdClassName
{
border-color: #9CCF8C;
}
.TagClassName
{
border-color: #9CCF8C;
}
</style>