Shades of Gossip #9BCF81
Tints of Gossip #9BCF81
RGB
CMYK
RGB Variations
Color information
#9BCF81 (or 0x9BCF81) is known color: Gossip. HEX triplet: 9B, CF and 81. RGB value is (155,207,129). Sum of RGB (Red+Green+Blue) = 155+207+129=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCF81 is #64307E. Grayscale: #B6B6B6. Windows color (decimal): -6566015 or 8507291. OLE color: 8507291.
HSL color Cylindrical-coordinate representation of color #9BCF81: hue angle of 100º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BCF81 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 129 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.19 |
| HSL | 100º | 0.45% | 0.66% | - |
| HSV(B) | 100º | 0.38% | 0.81% | - |
| XYZ | 39.79 | 53.18 | 28.94 | - |
| YUV | 182.56 | 97.77 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 129 | 0.25 | 0 | 0.38 | 0.19 | 100 | 0.45 | 0.66 |
| Hex | 9B | CF | 81 | 19 | 0 | 26 | 13 | 64 | 2D | 42 |
| Octal | 233 | 317 | 201 | 31 | 0 | 46 | 23 | 144 | 55 | 102 |
| Binary | 10011011 | 11001111 | 10000001 | 11001 | 0 | 100110 | 10011 | 1100100 | 101101 | 1000010 |
Color Harmonies of #9BCF81
Complementary color
Monochromatic Colors of #9BCF81
Black with #9BCF81
Text Example
Text Example
White with #9BCF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCF81; }
p { color: rgb(155,207,129); }
H1.HeaderClassName
{
color: #9BCF81;
}
.AnyTagClassName
{
color: #9BCF81;
}
</style>
background-color css
<style>
a { background-color: #9BCF81; }
a { background-color: rgb(155,207,129); }
div.DivClassName
{
background-color: #9BCF81;
}
.BgClassName
{
background-color: #9BCF81;
}
</style>
border-color css
<style>
span { border-color: #9BCF81; }
span { border-color: rgb(155,207,129); }
td.TdClassName
{
border-color: #9BCF81;
}
.TagClassName
{
border-color: #9BCF81;
}
</style>