Shades of Gossip #9CCA8B
Tints of Gossip #9CCA8B
RGB
CMYK
RGB Variations
Color information
#9CCA8B (or 0x9CCA8B) is known color: Gossip. HEX triplet: 9C, CA and 8B. RGB value is (156,202,139). Sum of RGB (Red+Green+Blue) = 156+202+139=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCA8B is #633574. Grayscale: #B5B5B5. Windows color (decimal): -6501749 or 9161372. OLE color: 9161372.
HSL color Cylindrical-coordinate representation of color #9CCA8B: hue angle of 103.81º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CCA8B is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 139 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.21 |
| HSL | 103.81º | 0.37% | 0.67% | - |
| HSV(B) | 103.81º | 0.31% | 0.79% | - |
| XYZ | 39.49 | 51.17 | 32.22 | - |
| YUV | 181.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 139 | 0.23 | 0 | 0.31 | 0.21 | 103.81 | 0.37 | 0.67 |
| Hex | 9C | CA | 8B | 17 | 0 | 1F | 15 | 68 | 25 | 43 |
| Octal | 234 | 312 | 213 | 27 | 0 | 37 | 25 | 150 | 45 | 103 |
| Binary | 10011100 | 11001010 | 10001011 | 10111 | 0 | 11111 | 10101 | 1101000 | 100101 | 1000011 |
Color Harmonies of #9CCA8B
Complementary color
Monochromatic Colors of #9CCA8B
Black with #9CCA8B
Text Example
Text Example
White with #9CCA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA8B; }
p { color: rgb(156,202,139); }
H1.HeaderClassName
{
color: #9CCA8B;
}
.AnyTagClassName
{
color: #9CCA8B;
}
</style>
background-color css
<style>
a { background-color: #9CCA8B; }
a { background-color: rgb(156,202,139); }
div.DivClassName
{
background-color: #9CCA8B;
}
.BgClassName
{
background-color: #9CCA8B;
}
</style>
border-color css
<style>
span { border-color: #9CCA8B; }
span { border-color: rgb(156,202,139); }
td.TdClassName
{
border-color: #9CCA8B;
}
.TagClassName
{
border-color: #9CCA8B;
}
</style>