Shades of Gossip #96CB73
Tints of Gossip #96CB73
RGB
CMYK
RGB Variations
Color information
#96CB73 (or 0x96CB73) is known color: Gossip. HEX triplet: 96, CB and 73. RGB value is (150,203,115). Sum of RGB (Red+Green+Blue) = 150+203+115=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CB73 is #69348C. Grayscale: #B1B1B1. Windows color (decimal): -6894733 or 7588758. OLE color: 7588758.
HSL color Cylindrical-coordinate representation of color #96CB73: hue angle of 96.14º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96CB73 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 115 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.20 |
| HSL | 96.14º | 0.46% | 0.62% | - |
| HSV(B) | 96.14º | 0.43% | 0.8% | - |
| XYZ | 37.03 | 50.43 | 24 | - |
| YUV | 177.12 | 92.94 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 115 | 0.26 | 0 | 0.43 | 0.20 | 96.14 | 0.46 | 0.62 |
| Hex | 96 | CB | 73 | 1A | 0 | 2B | 14 | 60 | 2E | 3E |
| Octal | 226 | 313 | 163 | 32 | 0 | 53 | 24 | 140 | 56 | 76 |
| Binary | 10010110 | 11001011 | 1110011 | 11010 | 0 | 101011 | 10100 | 1100000 | 101110 | 111110 |
Color Harmonies of #96CB73
Complementary color
Monochromatic Colors of #96CB73
Black with #96CB73
Text Example
Text Example
White with #96CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CB73; }
p { color: rgb(150,203,115); }
H1.HeaderClassName
{
color: #96CB73;
}
.AnyTagClassName
{
color: #96CB73;
}
</style>
background-color css
<style>
a { background-color: #96CB73; }
a { background-color: rgb(150,203,115); }
div.DivClassName
{
background-color: #96CB73;
}
.BgClassName
{
background-color: #96CB73;
}
</style>
border-color css
<style>
span { border-color: #96CB73; }
span { border-color: rgb(150,203,115); }
td.TdClassName
{
border-color: #96CB73;
}
.TagClassName
{
border-color: #96CB73;
}
</style>