Shades of Gossip #9BCA79
Tints of Gossip #9BCA79
RGB
CMYK
RGB Variations
Color information
#9BCA79 (or 0x9BCA79) is known color: Gossip. HEX triplet: 9B, CA and 79. RGB value is (155,202,121). Sum of RGB (Red+Green+Blue) = 155+202+121=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCA79 is #643586. Grayscale: #B2B2B2. Windows color (decimal): -6567303 or 7981723. OLE color: 7981723.
HSL color Cylindrical-coordinate representation of color #9BCA79: hue angle of 94.81º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BCA79 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 121 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.21 |
| HSL | 94.81º | 0.43% | 0.63% | - |
| HSV(B) | 94.81º | 0.4% | 0.79% | - |
| XYZ | 38.09 | 50.59 | 25.85 | - |
| YUV | 178.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 121 | 0.23 | 0 | 0.40 | 0.21 | 94.81 | 0.43 | 0.63 |
| Hex | 9B | CA | 79 | 17 | 0 | 28 | 15 | 5F | 2B | 3F |
| Octal | 233 | 312 | 171 | 27 | 0 | 50 | 25 | 137 | 53 | 77 |
| Binary | 10011011 | 11001010 | 1111001 | 10111 | 0 | 101000 | 10101 | 1011111 | 101011 | 111111 |
Color Harmonies of #9BCA79
Complementary color
Monochromatic Colors of #9BCA79
Black with #9BCA79
Text Example
Text Example
White with #9BCA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCA79; }
p { color: rgb(155,202,121); }
H1.HeaderClassName
{
color: #9BCA79;
}
.AnyTagClassName
{
color: #9BCA79;
}
</style>
background-color css
<style>
a { background-color: #9BCA79; }
a { background-color: rgb(155,202,121); }
div.DivClassName
{
background-color: #9BCA79;
}
.BgClassName
{
background-color: #9BCA79;
}
</style>
border-color css
<style>
span { border-color: #9BCA79; }
span { border-color: rgb(155,202,121); }
td.TdClassName
{
border-color: #9BCA79;
}
.TagClassName
{
border-color: #9BCA79;
}
</style>