Shades of Gossip #9BCB7A
Tints of Gossip #9BCB7A
RGB
CMYK
RGB Variations
Color information
#9BCB7A (or 0x9BCB7A) is known color: Gossip. HEX triplet: 9B, CB and 7A. RGB value is (155,203,122). Sum of RGB (Red+Green+Blue) = 155+203+122=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCB7A is #643485. Grayscale: #B3B3B3. Windows color (decimal): -6567046 or 8047515. OLE color: 8047515.
HSL color Cylindrical-coordinate representation of color #9BCB7A: hue angle of 95.56º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BCB7A is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 203 | 122 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.20 |
| HSL | 95.56º | 0.44% | 0.64% | - |
| HSV(B) | 95.56º | 0.4% | 0.8% | - |
| XYZ | 38.39 | 51.09 | 26.25 | - |
| YUV | 179.41 | 95.6 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 122 | 0.24 | 0 | 0.40 | 0.20 | 95.56 | 0.44 | 0.64 |
| Hex | 9B | CB | 7A | 18 | 0 | 28 | 14 | 60 | 2C | 40 |
| Octal | 233 | 313 | 172 | 30 | 0 | 50 | 24 | 140 | 54 | 100 |
| Binary | 10011011 | 11001011 | 1111010 | 11000 | 0 | 101000 | 10100 | 1100000 | 101100 | 1000000 |
Color Harmonies of #9BCB7A
Complementary color
Monochromatic Colors of #9BCB7A
Black with #9BCB7A
Text Example
Text Example
White with #9BCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCB7A; }
p { color: rgb(155,203,122); }
H1.HeaderClassName
{
color: #9BCB7A;
}
.AnyTagClassName
{
color: #9BCB7A;
}
</style>
background-color css
<style>
a { background-color: #9BCB7A; }
a { background-color: rgb(155,203,122); }
div.DivClassName
{
background-color: #9BCB7A;
}
.BgClassName
{
background-color: #9BCB7A;
}
</style>
border-color css
<style>
span { border-color: #9BCB7A; }
span { border-color: rgb(155,203,122); }
td.TdClassName
{
border-color: #9BCB7A;
}
.TagClassName
{
border-color: #9BCB7A;
}
</style>