Shades of Gossip #9FCD8B
Tints of Gossip #9FCD8B
RGB
CMYK
RGB Variations
Color information
#9FCD8B (or 0x9FCD8B) is known color: Gossip. HEX triplet: 9F, CD and 8B. RGB value is (159,205,139). Sum of RGB (Red+Green+Blue) = 159+205+139=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCD8B is #603274. Grayscale: #B7B7B7. Windows color (decimal): -6304373 or 9162143. OLE color: 9162143.
HSL color Cylindrical-coordinate representation of color #9FCD8B: hue angle of 101.82º degrees, saturation: 0.4, 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 #9FCD8B is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 139 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.20 |
| HSL | 101.82º | 0.4% | 0.67% | - |
| HSV(B) | 101.82º | 0.32% | 0.8% | - |
| XYZ | 40.79 | 52.9 | 32.49 | - |
| YUV | 183.72 | 102.76 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 139 | 0.22 | 0 | 0.32 | 0.20 | 101.82 | 0.4 | 0.67 |
| Hex | 9F | CD | 8B | 16 | 0 | 20 | 14 | 66 | 28 | 43 |
| Octal | 237 | 315 | 213 | 26 | 0 | 40 | 24 | 146 | 50 | 103 |
| Binary | 10011111 | 11001101 | 10001011 | 10110 | 0 | 100000 | 10100 | 1100110 | 101000 | 1000011 |
Color Harmonies of #9FCD8B
Complementary color
Monochromatic Colors of #9FCD8B
Black with #9FCD8B
Text Example
Text Example
White with #9FCD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD8B; }
p { color: rgb(159,205,139); }
H1.HeaderClassName
{
color: #9FCD8B;
}
.AnyTagClassName
{
color: #9FCD8B;
}
</style>
background-color css
<style>
a { background-color: #9FCD8B; }
a { background-color: rgb(159,205,139); }
div.DivClassName
{
background-color: #9FCD8B;
}
.BgClassName
{
background-color: #9FCD8B;
}
</style>
border-color css
<style>
span { border-color: #9FCD8B; }
span { border-color: rgb(159,205,139); }
td.TdClassName
{
border-color: #9FCD8B;
}
.TagClassName
{
border-color: #9FCD8B;
}
</style>