Shades of Gossip #9BD672
Tints of Gossip #9BD672
RGB
CMYK
RGB Variations
Color information
#9BD672 (or 0x9BD672) is known color: Gossip. HEX triplet: 9B, D6 and 72. RGB value is (155,214,114). Sum of RGB (Red+Green+Blue) = 155+214+114=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD672 is #64298D. Grayscale: #B9B9B9. Windows color (decimal): -6564238 or 7526043. OLE color: 7526043.
HSL color Cylindrical-coordinate representation of color #9BD672: hue angle of 95.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BD672 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 214 | 114 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.16 |
| HSL | 95.4º | 0.55% | 0.64% | - |
| HSV(B) | 95.4º | 0.47% | 0.84% | - |
| XYZ | 40.6 | 56.28 | 24.64 | - |
| YUV | 184.96 | 87.95 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 214 | 114 | 0.28 | 0 | 0.47 | 0.16 | 95.4 | 0.55 | 0.64 |
| Hex | 9B | D6 | 72 | 1C | 0 | 2F | 10 | 5F | 37 | 40 |
| Octal | 233 | 326 | 162 | 34 | 0 | 57 | 20 | 137 | 67 | 100 |
| Binary | 10011011 | 11010110 | 1110010 | 11100 | 0 | 101111 | 10000 | 1011111 | 110111 | 1000000 |
Color Harmonies of #9BD672
Complementary color
Monochromatic Colors of #9BD672
Black with #9BD672
Text Example
Text Example
White with #9BD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD672; }
p { color: rgb(155,214,114); }
H1.HeaderClassName
{
color: #9BD672;
}
.AnyTagClassName
{
color: #9BD672;
}
</style>
background-color css
<style>
a { background-color: #9BD672; }
a { background-color: rgb(155,214,114); }
div.DivClassName
{
background-color: #9BD672;
}
.BgClassName
{
background-color: #9BD672;
}
</style>
border-color css
<style>
span { border-color: #9BD672; }
span { border-color: rgb(155,214,114); }
td.TdClassName
{
border-color: #9BD672;
}
.TagClassName
{
border-color: #9BD672;
}
</style>