Shades of Gossip #9BD375
Tints of Gossip #9BD375
RGB
CMYK
RGB Variations
Color information
#9BD375 (or 0x9BD375) is known color: Gossip. HEX triplet: 9B, D3 and 75. RGB value is (155,211,117). Sum of RGB (Red+Green+Blue) = 155+211+117=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD375 is #642C8A. Grayscale: #B7B7B7. Windows color (decimal): -6565003 or 7721883. OLE color: 7721883.
HSL color Cylindrical-coordinate representation of color #9BD375: hue angle of 95.74º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BD375 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 211 | 117 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.17 |
| HSL | 95.74º | 0.52% | 0.64% | - |
| HSV(B) | 95.74º | 0.45% | 0.83% | - |
| XYZ | 40.02 | 54.84 | 25.31 | - |
| YUV | 183.54 | 90.45 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 211 | 117 | 0.27 | 0 | 0.45 | 0.17 | 95.74 | 0.52 | 0.64 |
| Hex | 9B | D3 | 75 | 1B | 0 | 2D | 11 | 60 | 34 | 40 |
| Octal | 233 | 323 | 165 | 33 | 0 | 55 | 21 | 140 | 64 | 100 |
| Binary | 10011011 | 11010011 | 1110101 | 11011 | 0 | 101101 | 10001 | 1100000 | 110100 | 1000000 |
Color Harmonies of #9BD375
Complementary color
Monochromatic Colors of #9BD375
Black with #9BD375
Text Example
Text Example
White with #9BD375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD375; }
p { color: rgb(155,211,117); }
H1.HeaderClassName
{
color: #9BD375;
}
.AnyTagClassName
{
color: #9BD375;
}
</style>
background-color css
<style>
a { background-color: #9BD375; }
a { background-color: rgb(155,211,117); }
div.DivClassName
{
background-color: #9BD375;
}
.BgClassName
{
background-color: #9BD375;
}
</style>
border-color css
<style>
span { border-color: #9BD375; }
span { border-color: rgb(155,211,117); }
td.TdClassName
{
border-color: #9BD375;
}
.TagClassName
{
border-color: #9BD375;
}
</style>