Shades of Gossip #9CCA7B
Tints of Gossip #9CCA7B
RGB
CMYK
RGB Variations
Color information
#9CCA7B (or 0x9CCA7B) is known color: Gossip. HEX triplet: 9C, CA and 7B. RGB value is (156,202,123). Sum of RGB (Red+Green+Blue) = 156+202+123=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCA7B is #633584. Grayscale: #B3B3B3. Windows color (decimal): -6501765 or 8112796. OLE color: 8112796.
HSL color Cylindrical-coordinate representation of color #9CCA7B: hue angle of 94.94º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CCA7B is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 123 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.21 |
| HSL | 94.94º | 0.43% | 0.64% | - |
| HSV(B) | 94.94º | 0.39% | 0.79% | - |
| XYZ | 38.41 | 50.74 | 26.51 | - |
| YUV | 179.24 | 96.26 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 123 | 0.23 | 0 | 0.39 | 0.21 | 94.94 | 0.43 | 0.64 |
| Hex | 9C | CA | 7B | 17 | 0 | 27 | 15 | 5F | 2B | 40 |
| Octal | 234 | 312 | 173 | 27 | 0 | 47 | 25 | 137 | 53 | 100 |
| Binary | 10011100 | 11001010 | 1111011 | 10111 | 0 | 100111 | 10101 | 1011111 | 101011 | 1000000 |
Color Harmonies of #9CCA7B
Complementary color
Monochromatic Colors of #9CCA7B
Black with #9CCA7B
Text Example
Text Example
White with #9CCA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA7B; }
p { color: rgb(156,202,123); }
H1.HeaderClassName
{
color: #9CCA7B;
}
.AnyTagClassName
{
color: #9CCA7B;
}
</style>
background-color css
<style>
a { background-color: #9CCA7B; }
a { background-color: rgb(156,202,123); }
div.DivClassName
{
background-color: #9CCA7B;
}
.BgClassName
{
background-color: #9CCA7B;
}
</style>
border-color css
<style>
span { border-color: #9CCA7B; }
span { border-color: rgb(156,202,123); }
td.TdClassName
{
border-color: #9CCA7B;
}
.TagClassName
{
border-color: #9CCA7B;
}
</style>