Shades of Gossip #96CB8C
Tints of Gossip #96CB8C
RGB
CMYK
RGB Variations
Color information
#96CB8C (or 0x96CB8C) is known color: Gossip. HEX triplet: 96, CB and 8C. RGB value is (150,203,140). Sum of RGB (Red+Green+Blue) = 150+203+140=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CB8C is #693473. Grayscale: #B4B4B4. Windows color (decimal): -6894708 or 9227158. OLE color: 9227158.
HSL color Cylindrical-coordinate representation of color #96CB8C: hue angle of 110.48º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96CB8C is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 140 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.20 |
| HSL | 110.48º | 0.38% | 0.67% | - |
| HSV(B) | 110.48º | 0.31% | 0.8% | - |
| XYZ | 38.67 | 51.09 | 32.63 | - |
| YUV | 179.97 | 105.44 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 140 | 0.26 | 0 | 0.31 | 0.20 | 110.48 | 0.38 | 0.67 |
| Hex | 96 | CB | 8C | 1A | 0 | 1F | 14 | 6E | 26 | 43 |
| Octal | 226 | 313 | 214 | 32 | 0 | 37 | 24 | 156 | 46 | 103 |
| Binary | 10010110 | 11001011 | 10001100 | 11010 | 0 | 11111 | 10100 | 1101110 | 100110 | 1000011 |
Color Harmonies of #96CB8C
Complementary color
Monochromatic Colors of #96CB8C
Black with #96CB8C
Text Example
Text Example
White with #96CB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CB8C; }
p { color: rgb(150,203,140); }
H1.HeaderClassName
{
color: #96CB8C;
}
.AnyTagClassName
{
color: #96CB8C;
}
</style>
background-color css
<style>
a { background-color: #96CB8C; }
a { background-color: rgb(150,203,140); }
div.DivClassName
{
background-color: #96CB8C;
}
.BgClassName
{
background-color: #96CB8C;
}
</style>
border-color css
<style>
span { border-color: #96CB8C; }
span { border-color: rgb(150,203,140); }
td.TdClassName
{
border-color: #96CB8C;
}
.TagClassName
{
border-color: #96CB8C;
}
</style>