Shades of Gossip #9DC87B
Tints of Gossip #9DC87B
RGB
CMYK
RGB Variations
Color information
#9DC87B (or 0x9DC87B) is known color: Gossip. HEX triplet: 9D, C8 and 7B. RGB value is (157,200,123). Sum of RGB (Red+Green+Blue) = 157+200+123=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC87B is #623784. Grayscale: #B2B2B2. Windows color (decimal): -6436741 or 8112285. OLE color: 8112285.
HSL color Cylindrical-coordinate representation of color #9DC87B: hue angle of 93.51º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DC87B is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 200 | 123 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.22 |
| HSL | 93.51º | 0.41% | 0.63% | - |
| HSV(B) | 93.51º | 0.39% | 0.78% | - |
| XYZ | 38.13 | 49.91 | 26.36 | - |
| YUV | 178.37 | 96.75 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 123 | 0.22 | 0 | 0.38 | 0.22 | 93.51 | 0.41 | 0.63 |
| Hex | 9D | C8 | 7B | 16 | 0 | 26 | 16 | 5E | 29 | 3F |
| Octal | 235 | 310 | 173 | 26 | 0 | 46 | 26 | 136 | 51 | 77 |
| Binary | 10011101 | 11001000 | 1111011 | 10110 | 0 | 100110 | 10110 | 1011110 | 101001 | 111111 |
Color Harmonies of #9DC87B
Complementary color
Monochromatic Colors of #9DC87B
Black with #9DC87B
Text Example
Text Example
White with #9DC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC87B; }
p { color: rgb(157,200,123); }
H1.HeaderClassName
{
color: #9DC87B;
}
.AnyTagClassName
{
color: #9DC87B;
}
</style>
background-color css
<style>
a { background-color: #9DC87B; }
a { background-color: rgb(157,200,123); }
div.DivClassName
{
background-color: #9DC87B;
}
.BgClassName
{
background-color: #9DC87B;
}
</style>
border-color css
<style>
span { border-color: #9DC87B; }
span { border-color: rgb(157,200,123); }
td.TdClassName
{
border-color: #9DC87B;
}
.TagClassName
{
border-color: #9DC87B;
}
</style>