Shades of Gossip #9BC18B
Tints of Gossip #9BC18B
RGB
CMYK
RGB Variations
Color information
#9BC18B (or 0x9BC18B) is known color: Gossip. HEX triplet: 9B, C1 and 8B. RGB value is (155,193,139). Sum of RGB (Red+Green+Blue) = 155+193+139=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC18B is #643E74. Grayscale: #AFAFAF. Windows color (decimal): -6569589 or 9159067. OLE color: 9159067.
HSL color Cylindrical-coordinate representation of color #9BC18B: hue angle of 102.22º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BC18B is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 193 | 139 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.24 |
| HSL | 102.22º | 0.3% | 0.65% | - |
| HSV(B) | 102.22º | 0.28% | 0.76% | - |
| XYZ | 37.25 | 46.97 | 31.53 | - |
| YUV | 175.48 | 107.41 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 139 | 0.20 | 0 | 0.28 | 0.24 | 102.22 | 0.3 | 0.65 |
| Hex | 9B | C1 | 8B | 14 | 0 | 1C | 18 | 66 | 1E | 41 |
| Octal | 233 | 301 | 213 | 24 | 0 | 34 | 30 | 146 | 36 | 101 |
| Binary | 10011011 | 11000001 | 10001011 | 10100 | 0 | 11100 | 11000 | 1100110 | 11110 | 1000001 |
Color Harmonies of #9BC18B
Complementary color
Monochromatic Colors of #9BC18B
Black with #9BC18B
Text Example
Text Example
White with #9BC18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC18B; }
p { color: rgb(155,193,139); }
H1.HeaderClassName
{
color: #9BC18B;
}
.AnyTagClassName
{
color: #9BC18B;
}
</style>
background-color css
<style>
a { background-color: #9BC18B; }
a { background-color: rgb(155,193,139); }
div.DivClassName
{
background-color: #9BC18B;
}
.BgClassName
{
background-color: #9BC18B;
}
</style>
border-color css
<style>
span { border-color: #9BC18B; }
span { border-color: rgb(155,193,139); }
td.TdClassName
{
border-color: #9BC18B;
}
.TagClassName
{
border-color: #9BC18B;
}
</style>