Shades of Gossip #96CB7E
Tints of Gossip #96CB7E
RGB
CMYK
RGB Variations
Color information
#96CB7E (or 0x96CB7E) is known color: Gossip. HEX triplet: 96, CB and 7E. RGB value is (150,203,126). Sum of RGB (Red+Green+Blue) = 150+203+126=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CB7E is #693481. Grayscale: #B2B2B2. Windows color (decimal): -6894722 or 8309654. OLE color: 8309654.
HSL color Cylindrical-coordinate representation of color #96CB7E: hue angle of 101.3º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96CB7E is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 126 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.20 |
| HSL | 101.3º | 0.43% | 0.65% | - |
| HSV(B) | 101.3º | 0.38% | 0.8% | - |
| XYZ | 37.7 | 50.7 | 27.54 | - |
| YUV | 178.38 | 98.44 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 126 | 0.26 | 0 | 0.38 | 0.20 | 101.3 | 0.43 | 0.65 |
| Hex | 96 | CB | 7E | 1A | 0 | 26 | 14 | 65 | 2B | 41 |
| Octal | 226 | 313 | 176 | 32 | 0 | 46 | 24 | 145 | 53 | 101 |
| Binary | 10010110 | 11001011 | 1111110 | 11010 | 0 | 100110 | 10100 | 1100101 | 101011 | 1000001 |
Color Harmonies of #96CB7E
Complementary color
Monochromatic Colors of #96CB7E
Black with #96CB7E
Text Example
Text Example
White with #96CB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CB7E; }
p { color: rgb(150,203,126); }
H1.HeaderClassName
{
color: #96CB7E;
}
.AnyTagClassName
{
color: #96CB7E;
}
</style>
background-color css
<style>
a { background-color: #96CB7E; }
a { background-color: rgb(150,203,126); }
div.DivClassName
{
background-color: #96CB7E;
}
.BgClassName
{
background-color: #96CB7E;
}
</style>
border-color css
<style>
span { border-color: #96CB7E; }
span { border-color: rgb(150,203,126); }
td.TdClassName
{
border-color: #96CB7E;
}
.TagClassName
{
border-color: #96CB7E;
}
</style>