Shades of Gossip #9BC67F
Tints of Gossip #9BC67F
RGB
CMYK
RGB Variations
Color information
#9BC67F (or 0x9BC67F) is known color: Gossip. HEX triplet: 9B, C6 and 7F. RGB value is (155,198,127). Sum of RGB (Red+Green+Blue) = 155+198+127=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC67F is #643980. Grayscale: #B1B1B1. Windows color (decimal): -6568321 or 8373915. OLE color: 8373915.
HSL color Cylindrical-coordinate representation of color #9BC67F: hue angle of 96.34º degrees, saturation: 0.38, 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 #9BC67F is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 127 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.22 |
| HSL | 96.34º | 0.38% | 0.64% | - |
| HSV(B) | 96.34º | 0.36% | 0.78% | - |
| XYZ | 37.54 | 48.89 | 27.54 | - |
| YUV | 177.05 | 99.75 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 127 | 0.22 | 0 | 0.36 | 0.22 | 96.34 | 0.38 | 0.64 |
| Hex | 9B | C6 | 7F | 16 | 0 | 24 | 16 | 60 | 26 | 40 |
| Octal | 233 | 306 | 177 | 26 | 0 | 44 | 26 | 140 | 46 | 100 |
| Binary | 10011011 | 11000110 | 1111111 | 10110 | 0 | 100100 | 10110 | 1100000 | 100110 | 1000000 |
Color Harmonies of #9BC67F
Complementary color
Monochromatic Colors of #9BC67F
Black with #9BC67F
Text Example
Text Example
White with #9BC67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC67F; }
p { color: rgb(155,198,127); }
H1.HeaderClassName
{
color: #9BC67F;
}
.AnyTagClassName
{
color: #9BC67F;
}
</style>
background-color css
<style>
a { background-color: #9BC67F; }
a { background-color: rgb(155,198,127); }
div.DivClassName
{
background-color: #9BC67F;
}
.BgClassName
{
background-color: #9BC67F;
}
</style>
border-color css
<style>
span { border-color: #9BC67F; }
span { border-color: rgb(155,198,127); }
td.TdClassName
{
border-color: #9BC67F;
}
.TagClassName
{
border-color: #9BC67F;
}
</style>