Shades of Gossip #9BCF7B
Tints of Gossip #9BCF7B
RGB
CMYK
RGB Variations
Color information
#9BCF7B (or 0x9BCF7B) is known color: Gossip. HEX triplet: 9B, CF and 7B. RGB value is (155,207,123). Sum of RGB (Red+Green+Blue) = 155+207+123=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF7B is #643084. Grayscale: #B6B6B6. Windows color (decimal): -6566021 or 8114075. OLE color: 8114075.
HSL color Cylindrical-coordinate representation of color #9BCF7B: hue angle of 97.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BCF7B is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 123 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.19 |
| HSL | 97.14º | 0.47% | 0.65% | - |
| HSV(B) | 97.14º | 0.41% | 0.81% | - |
| XYZ | 39.41 | 53.02 | 26.9 | - |
| YUV | 181.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 123 | 0.25 | 0 | 0.41 | 0.19 | 97.14 | 0.47 | 0.65 |
| Hex | 9B | CF | 7B | 19 | 0 | 29 | 13 | 61 | 2F | 41 |
| Octal | 233 | 317 | 173 | 31 | 0 | 51 | 23 | 141 | 57 | 101 |
| Binary | 10011011 | 11001111 | 1111011 | 11001 | 0 | 101001 | 10011 | 1100001 | 101111 | 1000001 |
Color Harmonies of #9BCF7B
Complementary color
Monochromatic Colors of #9BCF7B
Black with #9BCF7B
Text Example
Text Example
White with #9BCF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCF7B; }
p { color: rgb(155,207,123); }
H1.HeaderClassName
{
color: #9BCF7B;
}
.AnyTagClassName
{
color: #9BCF7B;
}
</style>
background-color css
<style>
a { background-color: #9BCF7B; }
a { background-color: rgb(155,207,123); }
div.DivClassName
{
background-color: #9BCF7B;
}
.BgClassName
{
background-color: #9BCF7B;
}
</style>
border-color css
<style>
span { border-color: #9BCF7B; }
span { border-color: rgb(155,207,123); }
td.TdClassName
{
border-color: #9BCF7B;
}
.TagClassName
{
border-color: #9BCF7B;
}
</style>