Shades of Gossip #9BD08C
Tints of Gossip #9BD08C
RGB
CMYK
RGB Variations
Color information
#9BD08C (or 0x9BD08C) is known color: Gossip. HEX triplet: 9B, D0 and 8C. RGB value is (155,208,140). Sum of RGB (Red+Green+Blue) = 155+208+140=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD08C is #642F73. Grayscale: #B8B8B8. Windows color (decimal): -6565748 or 9228443. OLE color: 9228443.
HSL color Cylindrical-coordinate representation of color #9BD08C: hue angle of 106.76º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BD08C is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 140 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.18 |
| HSL | 106.76º | 0.42% | 0.68% | - |
| HSV(B) | 106.76º | 0.33% | 0.82% | - |
| XYZ | 40.81 | 53.97 | 33.08 | - |
| YUV | 184.4 | 102.94 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 140 | 0.25 | 0 | 0.33 | 0.18 | 106.76 | 0.42 | 0.68 |
| Hex | 9B | D0 | 8C | 19 | 0 | 21 | 12 | 6B | 2A | 44 |
| Octal | 233 | 320 | 214 | 31 | 0 | 41 | 22 | 153 | 52 | 104 |
| Binary | 10011011 | 11010000 | 10001100 | 11001 | 0 | 100001 | 10010 | 1101011 | 101010 | 1000100 |
Color Harmonies of #9BD08C
Complementary color
Monochromatic Colors of #9BD08C
Black with #9BD08C
Text Example
Text Example
White with #9BD08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD08C; }
p { color: rgb(155,208,140); }
H1.HeaderClassName
{
color: #9BD08C;
}
.AnyTagClassName
{
color: #9BD08C;
}
</style>
background-color css
<style>
a { background-color: #9BD08C; }
a { background-color: rgb(155,208,140); }
div.DivClassName
{
background-color: #9BD08C;
}
.BgClassName
{
background-color: #9BD08C;
}
</style>
border-color css
<style>
span { border-color: #9BD08C; }
span { border-color: rgb(155,208,140); }
td.TdClassName
{
border-color: #9BD08C;
}
.TagClassName
{
border-color: #9BD08C;
}
</style>