Shades of Gossip #9BCA77
Tints of Gossip #9BCA77
RGB
CMYK
RGB Variations
Color information
#9BCA77 (or 0x9BCA77) is known color: Gossip. HEX triplet: 9B, CA and 77. RGB value is (155,202,119). Sum of RGB (Red+Green+Blue) = 155+202+119=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCA77 is #643588. Grayscale: #B2B2B2. Windows color (decimal): -6567305 or 7850651. OLE color: 7850651.
HSL color Cylindrical-coordinate representation of color #9BCA77: hue angle of 93.98º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BCA77 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 119 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.21 |
| HSL | 93.98º | 0.44% | 0.63% | - |
| HSV(B) | 93.98º | 0.41% | 0.79% | - |
| XYZ | 37.97 | 50.54 | 25.21 | - |
| YUV | 178.49 | 94.43 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 119 | 0.23 | 0 | 0.41 | 0.21 | 93.98 | 0.44 | 0.63 |
| Hex | 9B | CA | 77 | 17 | 0 | 29 | 15 | 5E | 2C | 3F |
| Octal | 233 | 312 | 167 | 27 | 0 | 51 | 25 | 136 | 54 | 77 |
| Binary | 10011011 | 11001010 | 1110111 | 10111 | 0 | 101001 | 10101 | 1011110 | 101100 | 111111 |
Color Harmonies of #9BCA77
Complementary color
Monochromatic Colors of #9BCA77
Black with #9BCA77
Text Example
Text Example
White with #9BCA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCA77; }
p { color: rgb(155,202,119); }
H1.HeaderClassName
{
color: #9BCA77;
}
.AnyTagClassName
{
color: #9BCA77;
}
</style>
background-color css
<style>
a { background-color: #9BCA77; }
a { background-color: rgb(155,202,119); }
div.DivClassName
{
background-color: #9BCA77;
}
.BgClassName
{
background-color: #9BCA77;
}
</style>
border-color css
<style>
span { border-color: #9BCA77; }
span { border-color: rgb(155,202,119); }
td.TdClassName
{
border-color: #9BCA77;
}
.TagClassName
{
border-color: #9BCA77;
}
</style>