Shades of Gossip #9CCB8B
Tints of Gossip #9CCB8B
RGB
CMYK
RGB Variations
Color information
#9CCB8B (or 0x9CCB8B) is known color: Gossip. HEX triplet: 9C, CB and 8B. RGB value is (156,203,139). Sum of RGB (Red+Green+Blue) = 156+203+139=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCB8B is #633474. Grayscale: #B5B5B5. Windows color (decimal): -6501493 or 9161628. OLE color: 9161628.
HSL color Cylindrical-coordinate representation of color #9CCB8B: hue angle of 104.06º degrees, saturation: 0.38, 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 #9CCB8B is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 139 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.20 |
| HSL | 104.06º | 0.38% | 0.67% | - |
| HSV(B) | 104.06º | 0.32% | 0.8% | - |
| XYZ | 39.73 | 51.64 | 32.3 | - |
| YUV | 181.65 | 103.93 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 139 | 0.23 | 0 | 0.32 | 0.20 | 104.06 | 0.38 | 0.67 |
| Hex | 9C | CB | 8B | 17 | 0 | 20 | 14 | 68 | 26 | 43 |
| Octal | 234 | 313 | 213 | 27 | 0 | 40 | 24 | 150 | 46 | 103 |
| Binary | 10011100 | 11001011 | 10001011 | 10111 | 0 | 100000 | 10100 | 1101000 | 100110 | 1000011 |
Color Harmonies of #9CCB8B
Complementary color
Monochromatic Colors of #9CCB8B
Black with #9CCB8B
Text Example
Text Example
White with #9CCB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCB8B; }
p { color: rgb(156,203,139); }
H1.HeaderClassName
{
color: #9CCB8B;
}
.AnyTagClassName
{
color: #9CCB8B;
}
</style>
background-color css
<style>
a { background-color: #9CCB8B; }
a { background-color: rgb(156,203,139); }
div.DivClassName
{
background-color: #9CCB8B;
}
.BgClassName
{
background-color: #9CCB8B;
}
</style>
border-color css
<style>
span { border-color: #9CCB8B; }
span { border-color: rgb(156,203,139); }
td.TdClassName
{
border-color: #9CCB8B;
}
.TagClassName
{
border-color: #9CCB8B;
}
</style>