Shades of Gossip #9BCD7E
Tints of Gossip #9BCD7E
RGB
CMYK
RGB Variations
Color information
#9BCD7E (or 0x9BCD7E) is known color: Gossip. HEX triplet: 9B, CD and 7E. RGB value is (155,205,126). Sum of RGB (Red+Green+Blue) = 155+205+126=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCD7E is #643281. Grayscale: #B5B5B5. Windows color (decimal): -6566530 or 8310171. OLE color: 8310171.
HSL color Cylindrical-coordinate representation of color #9BCD7E: hue angle of 97.97º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BCD7E is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 126 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.20 |
| HSL | 97.97º | 0.44% | 0.65% | - |
| HSV(B) | 97.97º | 0.39% | 0.8% | - |
| XYZ | 39.11 | 52.14 | 27.74 | - |
| YUV | 181.04 | 96.94 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 126 | 0.24 | 0 | 0.39 | 0.20 | 97.97 | 0.44 | 0.65 |
| Hex | 9B | CD | 7E | 18 | 0 | 27 | 14 | 62 | 2C | 41 |
| Octal | 233 | 315 | 176 | 30 | 0 | 47 | 24 | 142 | 54 | 101 |
| Binary | 10011011 | 11001101 | 1111110 | 11000 | 0 | 100111 | 10100 | 1100010 | 101100 | 1000001 |
Color Harmonies of #9BCD7E
Complementary color
Monochromatic Colors of #9BCD7E
Black with #9BCD7E
Text Example
Text Example
White with #9BCD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCD7E; }
p { color: rgb(155,205,126); }
H1.HeaderClassName
{
color: #9BCD7E;
}
.AnyTagClassName
{
color: #9BCD7E;
}
</style>
background-color css
<style>
a { background-color: #9BCD7E; }
a { background-color: rgb(155,205,126); }
div.DivClassName
{
background-color: #9BCD7E;
}
.BgClassName
{
background-color: #9BCD7E;
}
</style>
border-color css
<style>
span { border-color: #9BCD7E; }
span { border-color: rgb(155,205,126); }
td.TdClassName
{
border-color: #9BCD7E;
}
.TagClassName
{
border-color: #9BCD7E;
}
</style>