Shades of Gossip #9BD08E
Tints of Gossip #9BD08E
RGB
CMYK
RGB Variations
Color information
#9BD08E (or 0x9BD08E) is known color: Gossip. HEX triplet: 9B, D0 and 8E. RGB value is (155,208,142). Sum of RGB (Red+Green+Blue) = 155+208+142=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD08E is #642F71. Grayscale: #B8B8B8. Windows color (decimal): -6565746 or 9359515. OLE color: 9359515.
HSL color Cylindrical-coordinate representation of color #9BD08E: hue angle of 108.18º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BD08E is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 142 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.18 |
| HSL | 108.18º | 0.41% | 0.69% | - |
| HSV(B) | 108.18º | 0.32% | 0.82% | - |
| XYZ | 40.96 | 54.03 | 33.86 | - |
| YUV | 184.63 | 103.94 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 142 | 0.25 | 0 | 0.32 | 0.18 | 108.18 | 0.41 | 0.69 |
| Hex | 9B | D0 | 8E | 19 | 0 | 20 | 12 | 6C | 29 | 45 |
| Octal | 233 | 320 | 216 | 31 | 0 | 40 | 22 | 154 | 51 | 105 |
| Binary | 10011011 | 11010000 | 10001110 | 11001 | 0 | 100000 | 10010 | 1101100 | 101001 | 1000101 |
Color Harmonies of #9BD08E
Complementary color
Monochromatic Colors of #9BD08E
Black with #9BD08E
Text Example
Text Example
White with #9BD08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD08E; }
p { color: rgb(155,208,142); }
H1.HeaderClassName
{
color: #9BD08E;
}
.AnyTagClassName
{
color: #9BD08E;
}
</style>
background-color css
<style>
a { background-color: #9BD08E; }
a { background-color: rgb(155,208,142); }
div.DivClassName
{
background-color: #9BD08E;
}
.BgClassName
{
background-color: #9BD08E;
}
</style>
border-color css
<style>
span { border-color: #9BD08E; }
span { border-color: rgb(155,208,142); }
td.TdClassName
{
border-color: #9BD08E;
}
.TagClassName
{
border-color: #9BD08E;
}
</style>