Shades of Gossip #9BCF8E
Tints of Gossip #9BCF8E
RGB
CMYK
RGB Variations
Color information
#9BCF8E (or 0x9BCF8E) is known color: Gossip. HEX triplet: 9B, CF and 8E. RGB value is (155,207,142). Sum of RGB (Red+Green+Blue) = 155+207+142=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCF8E is #643071. Grayscale: #B8B8B8. Windows color (decimal): -6566002 or 9359259. OLE color: 9359259.
HSL color Cylindrical-coordinate representation of color #9BCF8E: hue angle of 108º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BCF8E is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 142 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.19 |
| HSL | 108º | 0.4% | 0.68% | - |
| HSV(B) | 108º | 0.31% | 0.81% | - |
| XYZ | 40.71 | 53.55 | 33.78 | - |
| YUV | 184.04 | 104.27 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 142 | 0.25 | 0 | 0.31 | 0.19 | 108 | 0.4 | 0.68 |
| Hex | 9B | CF | 8E | 19 | 0 | 1F | 13 | 6C | 28 | 44 |
| Octal | 233 | 317 | 216 | 31 | 0 | 37 | 23 | 154 | 50 | 104 |
| Binary | 10011011 | 11001111 | 10001110 | 11001 | 0 | 11111 | 10011 | 1101100 | 101000 | 1000100 |
Color Harmonies of #9BCF8E
Complementary color
Monochromatic Colors of #9BCF8E
Black with #9BCF8E
Text Example
Text Example
White with #9BCF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCF8E; }
p { color: rgb(155,207,142); }
H1.HeaderClassName
{
color: #9BCF8E;
}
.AnyTagClassName
{
color: #9BCF8E;
}
</style>
background-color css
<style>
a { background-color: #9BCF8E; }
a { background-color: rgb(155,207,142); }
div.DivClassName
{
background-color: #9BCF8E;
}
.BgClassName
{
background-color: #9BCF8E;
}
</style>
border-color css
<style>
span { border-color: #9BCF8E; }
span { border-color: rgb(155,207,142); }
td.TdClassName
{
border-color: #9BCF8E;
}
.TagClassName
{
border-color: #9BCF8E;
}
</style>