Shades of Gossip #96CB8A
Tints of Gossip #96CB8A
RGB
CMYK
RGB Variations
Color information
#96CB8A (or 0x96CB8A) is known color: Gossip. HEX triplet: 96, CB and 8A. RGB value is (150,203,138). Sum of RGB (Red+Green+Blue) = 150+203+138=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CB8A is #693475. Grayscale: #B3B3B3. Windows color (decimal): -6894710 or 9096086. OLE color: 9096086.
HSL color Cylindrical-coordinate representation of color #96CB8A: hue angle of 108.92º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96CB8A is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 138 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.20 |
| HSL | 108.92º | 0.38% | 0.67% | - |
| HSV(B) | 108.92º | 0.32% | 0.8% | - |
| XYZ | 38.52 | 51.03 | 31.86 | - |
| YUV | 179.74 | 104.44 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 138 | 0.26 | 0 | 0.32 | 0.20 | 108.92 | 0.38 | 0.67 |
| Hex | 96 | CB | 8A | 1A | 0 | 20 | 14 | 6D | 26 | 43 |
| Octal | 226 | 313 | 212 | 32 | 0 | 40 | 24 | 155 | 46 | 103 |
| Binary | 10010110 | 11001011 | 10001010 | 11010 | 0 | 100000 | 10100 | 1101101 | 100110 | 1000011 |
Color Harmonies of #96CB8A
Complementary color
Monochromatic Colors of #96CB8A
Black with #96CB8A
Text Example
Text Example
White with #96CB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CB8A; }
p { color: rgb(150,203,138); }
H1.HeaderClassName
{
color: #96CB8A;
}
.AnyTagClassName
{
color: #96CB8A;
}
</style>
background-color css
<style>
a { background-color: #96CB8A; }
a { background-color: rgb(150,203,138); }
div.DivClassName
{
background-color: #96CB8A;
}
.BgClassName
{
background-color: #96CB8A;
}
</style>
border-color css
<style>
span { border-color: #96CB8A; }
span { border-color: rgb(150,203,138); }
td.TdClassName
{
border-color: #96CB8A;
}
.TagClassName
{
border-color: #96CB8A;
}
</style>