Shades of Gossip #9BC088
Tints of Gossip #9BC088
RGB
CMYK
RGB Variations
Color information
#9BC088 (or 0x9BC088) is known color: Gossip. HEX triplet: 9B, C0 and 88. RGB value is (155,192,136). Sum of RGB (Red+Green+Blue) = 155+192+136=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC088 is #643F77. Grayscale: #AEAEAE. Windows color (decimal): -6569848 or 8962203. OLE color: 8962203.
HSL color Cylindrical-coordinate representation of color #9BC088: hue angle of 99.64º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BC088 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 136 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.25 |
| HSL | 99.64º | 0.31% | 0.64% | - |
| HSV(B) | 99.64º | 0.29% | 0.75% | - |
| XYZ | 36.81 | 46.45 | 30.32 | - |
| YUV | 174.55 | 106.24 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 136 | 0.19 | 0 | 0.29 | 0.25 | 99.64 | 0.31 | 0.64 |
| Hex | 9B | C0 | 88 | 13 | 0 | 1D | 19 | 64 | 1F | 40 |
| Octal | 233 | 300 | 210 | 23 | 0 | 35 | 31 | 144 | 37 | 100 |
| Binary | 10011011 | 11000000 | 10001000 | 10011 | 0 | 11101 | 11001 | 1100100 | 11111 | 1000000 |
Color Harmonies of #9BC088
Complementary color
Monochromatic Colors of #9BC088
Black with #9BC088
Text Example
Text Example
White with #9BC088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC088; }
p { color: rgb(155,192,136); }
H1.HeaderClassName
{
color: #9BC088;
}
.AnyTagClassName
{
color: #9BC088;
}
</style>
background-color css
<style>
a { background-color: #9BC088; }
a { background-color: rgb(155,192,136); }
div.DivClassName
{
background-color: #9BC088;
}
.BgClassName
{
background-color: #9BC088;
}
</style>
border-color css
<style>
span { border-color: #9BC088; }
span { border-color: rgb(155,192,136); }
td.TdClassName
{
border-color: #9BC088;
}
.TagClassName
{
border-color: #9BC088;
}
</style>