Shades of Gossip #9BC67E
Tints of Gossip #9BC67E
RGB
CMYK
RGB Variations
Color information
#9BC67E (or 0x9BC67E) is known color: Gossip. HEX triplet: 9B, C6 and 7E. RGB value is (155,198,126). Sum of RGB (Red+Green+Blue) = 155+198+126=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC67E is #643981. Grayscale: #B1B1B1. Windows color (decimal): -6568322 or 8308379. OLE color: 8308379.
HSL color Cylindrical-coordinate representation of color #9BC67E: hue angle of 95.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BC67E is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 126 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.22 |
| HSL | 95.83º | 0.39% | 0.64% | - |
| HSV(B) | 95.83º | 0.36% | 0.78% | - |
| XYZ | 37.48 | 48.86 | 27.19 | - |
| YUV | 176.94 | 99.25 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 126 | 0.22 | 0 | 0.36 | 0.22 | 95.83 | 0.39 | 0.64 |
| Hex | 9B | C6 | 7E | 16 | 0 | 24 | 16 | 60 | 27 | 40 |
| Octal | 233 | 306 | 176 | 26 | 0 | 44 | 26 | 140 | 47 | 100 |
| Binary | 10011011 | 11000110 | 1111110 | 10110 | 0 | 100100 | 10110 | 1100000 | 100111 | 1000000 |
Color Harmonies of #9BC67E
Complementary color
Monochromatic Colors of #9BC67E
Black with #9BC67E
Text Example
Text Example
White with #9BC67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC67E; }
p { color: rgb(155,198,126); }
H1.HeaderClassName
{
color: #9BC67E;
}
.AnyTagClassName
{
color: #9BC67E;
}
</style>
background-color css
<style>
a { background-color: #9BC67E; }
a { background-color: rgb(155,198,126); }
div.DivClassName
{
background-color: #9BC67E;
}
.BgClassName
{
background-color: #9BC67E;
}
</style>
border-color css
<style>
span { border-color: #9BC67E; }
span { border-color: rgb(155,198,126); }
td.TdClassName
{
border-color: #9BC67E;
}
.TagClassName
{
border-color: #9BC67E;
}
</style>