Shades of Gossip #9CCC8B
Tints of Gossip #9CCC8B
RGB
CMYK
RGB Variations
Color information
#9CCC8B (or 0x9CCC8B) is known color: Gossip. HEX triplet: 9C, CC and 8B. RGB value is (156,204,139). Sum of RGB (Red+Green+Blue) = 156+204+139=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCC8B is #633374. Grayscale: #B6B6B6. Windows color (decimal): -6501237 or 9161884. OLE color: 9161884.
HSL color Cylindrical-coordinate representation of color #9CCC8B: hue angle of 104.31º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CCC8B is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 139 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.2 |
| HSL | 104.31º | 0.39% | 0.67% | - |
| HSV(B) | 104.31º | 0.32% | 0.8% | - |
| XYZ | 39.96 | 52.12 | 32.38 | - |
| YUV | 182.24 | 103.6 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 139 | 0.24 | 0 | 0.32 | 0.2 | 104.31 | 0.39 | 0.67 |
| Hex | 9C | CC | 8B | 18 | 0 | 20 | 14 | 68 | 27 | 43 |
| Octal | 234 | 314 | 213 | 30 | 0 | 40 | 24 | 150 | 47 | 103 |
| Binary | 10011100 | 11001100 | 10001011 | 11000 | 0 | 100000 | 10100 | 1101000 | 100111 | 1000011 |
Color Harmonies of #9CCC8B
Complementary color
Monochromatic Colors of #9CCC8B
Black with #9CCC8B
Text Example
Text Example
White with #9CCC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC8B; }
p { color: rgb(156,204,139); }
H1.HeaderClassName
{
color: #9CCC8B;
}
.AnyTagClassName
{
color: #9CCC8B;
}
</style>
background-color css
<style>
a { background-color: #9CCC8B; }
a { background-color: rgb(156,204,139); }
div.DivClassName
{
background-color: #9CCC8B;
}
.BgClassName
{
background-color: #9CCC8B;
}
</style>
border-color css
<style>
span { border-color: #9CCC8B; }
span { border-color: rgb(156,204,139); }
td.TdClassName
{
border-color: #9CCC8B;
}
.TagClassName
{
border-color: #9CCC8B;
}
</style>