Shades of Gossip #9BCF72
Tints of Gossip #9BCF72
RGB
CMYK
RGB Variations
Color information
#9BCF72 (or 0x9BCF72) is known color: Gossip. HEX triplet: 9B, CF and 72. RGB value is (155,207,114). Sum of RGB (Red+Green+Blue) = 155+207+114=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF72 is #64308D. Grayscale: #B5B5B5. Windows color (decimal): -6566030 or 7524251. OLE color: 7524251.
HSL color Cylindrical-coordinate representation of color #9BCF72: hue angle of 93.55º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BCF72 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 114 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.19 |
| HSL | 93.55º | 0.49% | 0.63% | - |
| HSV(B) | 93.55º | 0.45% | 0.81% | - |
| XYZ | 38.87 | 52.81 | 24.06 | - |
| YUV | 180.85 | 90.27 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 114 | 0.25 | 0 | 0.45 | 0.19 | 93.55 | 0.49 | 0.63 |
| Hex | 9B | CF | 72 | 19 | 0 | 2D | 13 | 5E | 31 | 3F |
| Octal | 233 | 317 | 162 | 31 | 0 | 55 | 23 | 136 | 61 | 77 |
| Binary | 10011011 | 11001111 | 1110010 | 11001 | 0 | 101101 | 10011 | 1011110 | 110001 | 111111 |
Color Harmonies of #9BCF72
Complementary color
Monochromatic Colors of #9BCF72
Black with #9BCF72
Text Example
Text Example
White with #9BCF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCF72; }
p { color: rgb(155,207,114); }
H1.HeaderClassName
{
color: #9BCF72;
}
.AnyTagClassName
{
color: #9BCF72;
}
</style>
background-color css
<style>
a { background-color: #9BCF72; }
a { background-color: rgb(155,207,114); }
div.DivClassName
{
background-color: #9BCF72;
}
.BgClassName
{
background-color: #9BCF72;
}
</style>
border-color css
<style>
span { border-color: #9BCF72; }
span { border-color: rgb(155,207,114); }
td.TdClassName
{
border-color: #9BCF72;
}
.TagClassName
{
border-color: #9BCF72;
}
</style>