Shades of Gossip #9FCD7B
Tints of Gossip #9FCD7B
RGB
CMYK
RGB Variations
Color information
#9FCD7B (or 0x9FCD7B) is known color: Gossip. HEX triplet: 9F, CD and 7B. RGB value is (159,205,123). Sum of RGB (Red+Green+Blue) = 159+205+123=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD7B is #603284. Grayscale: #B6B6B6. Windows color (decimal): -6304389 or 8113567. OLE color: 8113567.
HSL color Cylindrical-coordinate representation of color #9FCD7B: hue angle of 93.66º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FCD7B is Cyan = 0.22, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 123 | - |
| CMYK | 0.22 | 0 | 0.4 | 0.20 |
| HSL | 93.66º | 0.45% | 0.64% | - |
| HSV(B) | 93.66º | 0.4% | 0.8% | - |
| XYZ | 39.7 | 52.46 | 26.77 | - |
| YUV | 181.9 | 94.76 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 123 | 0.22 | 0 | 0.4 | 0.20 | 93.66 | 0.45 | 0.64 |
| Hex | 9F | CD | 7B | 16 | 0 | 28 | 14 | 5E | 2D | 40 |
| Octal | 237 | 315 | 173 | 26 | 0 | 50 | 24 | 136 | 55 | 100 |
| Binary | 10011111 | 11001101 | 1111011 | 10110 | 0 | 101000 | 10100 | 1011110 | 101101 | 1000000 |
Color Harmonies of #9FCD7B
Complementary color
Monochromatic Colors of #9FCD7B
Black with #9FCD7B
Text Example
Text Example
White with #9FCD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD7B; }
p { color: rgb(159,205,123); }
H1.HeaderClassName
{
color: #9FCD7B;
}
.AnyTagClassName
{
color: #9FCD7B;
}
</style>
background-color css
<style>
a { background-color: #9FCD7B; }
a { background-color: rgb(159,205,123); }
div.DivClassName
{
background-color: #9FCD7B;
}
.BgClassName
{
background-color: #9FCD7B;
}
</style>
border-color css
<style>
span { border-color: #9FCD7B; }
span { border-color: rgb(159,205,123); }
td.TdClassName
{
border-color: #9FCD7B;
}
.TagClassName
{
border-color: #9FCD7B;
}
</style>