Shades of Gossip #9BC58A
Tints of Gossip #9BC58A
RGB
CMYK
RGB Variations
Color information
#9BC58A (or 0x9BC58A) is known color: Gossip. HEX triplet: 9B, C5 and 8A. RGB value is (155,197,138). Sum of RGB (Red+Green+Blue) = 155+197+138=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC58A is #643A75. Grayscale: #B1B1B1. Windows color (decimal): -6568566 or 9094555. OLE color: 9094555.
HSL color Cylindrical-coordinate representation of color #9BC58A: hue angle of 102.71º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BC58A is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 138 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.23 |
| HSL | 102.71º | 0.34% | 0.66% | - |
| HSV(B) | 102.71º | 0.3% | 0.77% | - |
| XYZ | 38.07 | 48.74 | 31.45 | - |
| YUV | 177.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 138 | 0.21 | 0 | 0.30 | 0.23 | 102.71 | 0.34 | 0.66 |
| Hex | 9B | C5 | 8A | 15 | 0 | 1E | 17 | 67 | 22 | 42 |
| Octal | 233 | 305 | 212 | 25 | 0 | 36 | 27 | 147 | 42 | 102 |
| Binary | 10011011 | 11000101 | 10001010 | 10101 | 0 | 11110 | 10111 | 1100111 | 100010 | 1000010 |
Color Harmonies of #9BC58A
Complementary color
Monochromatic Colors of #9BC58A
Black with #9BC58A
Text Example
Text Example
White with #9BC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC58A; }
p { color: rgb(155,197,138); }
H1.HeaderClassName
{
color: #9BC58A;
}
.AnyTagClassName
{
color: #9BC58A;
}
</style>
background-color css
<style>
a { background-color: #9BC58A; }
a { background-color: rgb(155,197,138); }
div.DivClassName
{
background-color: #9BC58A;
}
.BgClassName
{
background-color: #9BC58A;
}
</style>
border-color css
<style>
span { border-color: #9BC58A; }
span { border-color: rgb(155,197,138); }
td.TdClassName
{
border-color: #9BC58A;
}
.TagClassName
{
border-color: #9BC58A;
}
</style>