Shades of Gossip #96C181
Tints of Gossip #96C181
RGB
CMYK
RGB Variations
Color information
#96C181 (or 0x96C181) is known color: Gossip. HEX triplet: 96, C1 and 81. RGB value is (150,193,129). Sum of RGB (Red+Green+Blue) = 150+193+129=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #96C181 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C181 is #693E7E. Grayscale: #ADADAD. Windows color (decimal): -6897279 or 8503702. OLE color: 8503702.
HSL color Cylindrical-coordinate representation of color #96C181: hue angle of 100.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96C181 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 129 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.24 |
| HSL | 100.31º | 0.34% | 0.63% | - |
| HSV(B) | 100.31º | 0.33% | 0.76% | - |
| XYZ | 35.61 | 46.21 | 27.81 | - |
| YUV | 172.85 | 103.25 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 129 | 0.22 | 0 | 0.33 | 0.24 | 100.31 | 0.34 | 0.63 |
| Hex | 96 | C1 | 81 | 16 | 0 | 21 | 18 | 64 | 22 | 3F |
| Octal | 226 | 301 | 201 | 26 | 0 | 41 | 30 | 144 | 42 | 77 |
| Binary | 10010110 | 11000001 | 10000001 | 10110 | 0 | 100001 | 11000 | 1100100 | 100010 | 111111 |
Color Harmonies of #96C181
Complementary color
Monochromatic Colors of #96C181
Black with #96C181
Text Example
Text Example
White with #96C181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C181; }
p { color: rgb(150,193,129); }
H1.HeaderClassName
{
color: #96C181;
}
.AnyTagClassName
{
color: #96C181;
}
</style>
background-color css
<style>
a { background-color: #96C181; }
a { background-color: rgb(150,193,129); }
div.DivClassName
{
background-color: #96C181;
}
.BgClassName
{
background-color: #96C181;
}
</style>
border-color css
<style>
span { border-color: #96C181; }
span { border-color: rgb(150,193,129); }
td.TdClassName
{
border-color: #96C181;
}
.TagClassName
{
border-color: #96C181;
}
</style>