Shades of Gossip #9CCF7B
Tints of Gossip #9CCF7B
RGB
CMYK
RGB Variations
Color information
#9CCF7B (or 0x9CCF7B) is known color: Gossip. HEX triplet: 9C, CF and 7B. RGB value is (156,207,123). Sum of RGB (Red+Green+Blue) = 156+207+123=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCF7B is #633084. Grayscale: #B6B6B6. Windows color (decimal): -6500485 or 8114076. OLE color: 8114076.
HSL color Cylindrical-coordinate representation of color #9CCF7B: hue angle of 96.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CCF7B is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 207 | 123 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.19 |
| HSL | 96.43º | 0.47% | 0.65% | - |
| HSV(B) | 96.43º | 0.41% | 0.81% | - |
| XYZ | 39.6 | 53.12 | 26.91 | - |
| YUV | 182.18 | 94.6 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 123 | 0.25 | 0 | 0.41 | 0.19 | 96.43 | 0.47 | 0.65 |
| Hex | 9C | CF | 7B | 19 | 0 | 29 | 13 | 60 | 2F | 41 |
| Octal | 234 | 317 | 173 | 31 | 0 | 51 | 23 | 140 | 57 | 101 |
| Binary | 10011100 | 11001111 | 1111011 | 11001 | 0 | 101001 | 10011 | 1100000 | 101111 | 1000001 |
Color Harmonies of #9CCF7B
Complementary color
Monochromatic Colors of #9CCF7B
Black with #9CCF7B
Text Example
Text Example
White with #9CCF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCF7B; }
p { color: rgb(156,207,123); }
H1.HeaderClassName
{
color: #9CCF7B;
}
.AnyTagClassName
{
color: #9CCF7B;
}
</style>
background-color css
<style>
a { background-color: #9CCF7B; }
a { background-color: rgb(156,207,123); }
div.DivClassName
{
background-color: #9CCF7B;
}
.BgClassName
{
background-color: #9CCF7B;
}
</style>
border-color css
<style>
span { border-color: #9CCF7B; }
span { border-color: rgb(156,207,123); }
td.TdClassName
{
border-color: #9CCF7B;
}
.TagClassName
{
border-color: #9CCF7B;
}
</style>