Shades of Gossip #96C98A
Tints of Gossip #96C98A
RGB
CMYK
RGB Variations
Color information
#96C98A (or 0x96C98A) is known color: Gossip. HEX triplet: 96, C9 and 8A. RGB value is (150,201,138). Sum of RGB (Red+Green+Blue) = 150+201+138=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #96C98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C98A is #693675. Grayscale: #B2B2B2. Windows color (decimal): -6895222 or 9095574. OLE color: 9095574.
HSL color Cylindrical-coordinate representation of color #96C98A: hue angle of 108.57º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96C98A is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 201 | 138 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.21 |
| HSL | 108.57º | 0.37% | 0.66% | - |
| HSV(B) | 108.57º | 0.31% | 0.79% | - |
| XYZ | 38.05 | 50.09 | 31.71 | - |
| YUV | 178.57 | 105.1 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 138 | 0.25 | 0 | 0.31 | 0.21 | 108.57 | 0.37 | 0.66 |
| Hex | 96 | C9 | 8A | 19 | 0 | 1F | 15 | 6D | 25 | 42 |
| Octal | 226 | 311 | 212 | 31 | 0 | 37 | 25 | 155 | 45 | 102 |
| Binary | 10010110 | 11001001 | 10001010 | 11001 | 0 | 11111 | 10101 | 1101101 | 100101 | 1000010 |
Color Harmonies of #96C98A
Complementary color
Monochromatic Colors of #96C98A
Black with #96C98A
Text Example
Text Example
White with #96C98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C98A; }
p { color: rgb(150,201,138); }
H1.HeaderClassName
{
color: #96C98A;
}
.AnyTagClassName
{
color: #96C98A;
}
</style>
background-color css
<style>
a { background-color: #96C98A; }
a { background-color: rgb(150,201,138); }
div.DivClassName
{
background-color: #96C98A;
}
.BgClassName
{
background-color: #96C98A;
}
</style>
border-color css
<style>
span { border-color: #96C98A; }
span { border-color: rgb(150,201,138); }
td.TdClassName
{
border-color: #96C98A;
}
.TagClassName
{
border-color: #96C98A;
}
</style>