Shades of Gossip #9BD075
Tints of Gossip #9BD075
RGB
CMYK
RGB Variations
Color information
#9BD075 (or 0x9BD075) is known color: Gossip. HEX triplet: 9B, D0 and 75. RGB value is (155,208,117). Sum of RGB (Red+Green+Blue) = 155+208+117=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD075 is #642F8A. Grayscale: #B6B6B6. Windows color (decimal): -6565771 or 7721115. OLE color: 7721115.
HSL color Cylindrical-coordinate representation of color #9BD075: hue angle of 94.95º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BD075 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 117 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.18 |
| HSL | 94.95º | 0.49% | 0.64% | - |
| HSV(B) | 94.95º | 0.44% | 0.82% | - |
| XYZ | 39.28 | 53.36 | 25.06 | - |
| YUV | 181.78 | 91.44 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 117 | 0.25 | 0 | 0.44 | 0.18 | 94.95 | 0.49 | 0.64 |
| Hex | 9B | D0 | 75 | 19 | 0 | 2C | 12 | 5F | 31 | 40 |
| Octal | 233 | 320 | 165 | 31 | 0 | 54 | 22 | 137 | 61 | 100 |
| Binary | 10011011 | 11010000 | 1110101 | 11001 | 0 | 101100 | 10010 | 1011111 | 110001 | 1000000 |
Color Harmonies of #9BD075
Complementary color
Monochromatic Colors of #9BD075
Black with #9BD075
Text Example
Text Example
White with #9BD075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD075; }
p { color: rgb(155,208,117); }
H1.HeaderClassName
{
color: #9BD075;
}
.AnyTagClassName
{
color: #9BD075;
}
</style>
background-color css
<style>
a { background-color: #9BD075; }
a { background-color: rgb(155,208,117); }
div.DivClassName
{
background-color: #9BD075;
}
.BgClassName
{
background-color: #9BD075;
}
</style>
border-color css
<style>
span { border-color: #9BD075; }
span { border-color: rgb(155,208,117); }
td.TdClassName
{
border-color: #9BD075;
}
.TagClassName
{
border-color: #9BD075;
}
</style>