Shades of Gossip #9BC888
Tints of Gossip #9BC888
RGB
CMYK
RGB Variations
Color information
#9BC888 (or 0x9BC888) is known color: Gossip. HEX triplet: 9B, C8 and 88. RGB value is (155,200,136). Sum of RGB (Red+Green+Blue) = 155+200+136=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC888 is #643777. Grayscale: #B3B3B3. Windows color (decimal): -6567800 or 8964251. OLE color: 8964251.
HSL color Cylindrical-coordinate representation of color #9BC888: hue angle of 102.19º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BC888 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 136 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.22 |
| HSL | 102.19º | 0.37% | 0.66% | - |
| HSV(B) | 102.19º | 0.32% | 0.78% | - |
| XYZ | 38.62 | 50.05 | 30.92 | - |
| YUV | 179.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 136 | 0.22 | 0 | 0.32 | 0.22 | 102.19 | 0.37 | 0.66 |
| Hex | 9B | C8 | 88 | 16 | 0 | 20 | 16 | 66 | 25 | 42 |
| Octal | 233 | 310 | 210 | 26 | 0 | 40 | 26 | 146 | 45 | 102 |
| Binary | 10011011 | 11001000 | 10001000 | 10110 | 0 | 100000 | 10110 | 1100110 | 100101 | 1000010 |
Color Harmonies of #9BC888
Complementary color
Monochromatic Colors of #9BC888
Black with #9BC888
Text Example
Text Example
White with #9BC888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC888; }
p { color: rgb(155,200,136); }
H1.HeaderClassName
{
color: #9BC888;
}
.AnyTagClassName
{
color: #9BC888;
}
</style>
background-color css
<style>
a { background-color: #9BC888; }
a { background-color: rgb(155,200,136); }
div.DivClassName
{
background-color: #9BC888;
}
.BgClassName
{
background-color: #9BC888;
}
</style>
border-color css
<style>
span { border-color: #9BC888; }
span { border-color: rgb(155,200,136); }
td.TdClassName
{
border-color: #9BC888;
}
.TagClassName
{
border-color: #9BC888;
}
</style>