Shades of Gossip #96CA8C
Tints of Gossip #96CA8C
RGB
CMYK
RGB Variations
Color information
#96CA8C (or 0x96CA8C) is known color: Gossip. HEX triplet: 96, CA and 8C. RGB value is (150,202,140). Sum of RGB (Red+Green+Blue) = 150+202+140=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CA8C is #693573. Grayscale: #B3B3B3. Windows color (decimal): -6894964 or 9226902. OLE color: 9226902.
HSL color Cylindrical-coordinate representation of color #96CA8C: hue angle of 110.32º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96CA8C is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 140 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.21 |
| HSL | 110.32º | 0.37% | 0.67% | - |
| HSV(B) | 110.32º | 0.31% | 0.79% | - |
| XYZ | 38.43 | 50.62 | 32.56 | - |
| YUV | 179.38 | 105.77 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 140 | 0.26 | 0 | 0.31 | 0.21 | 110.32 | 0.37 | 0.67 |
| Hex | 96 | CA | 8C | 1A | 0 | 1F | 15 | 6E | 25 | 43 |
| Octal | 226 | 312 | 214 | 32 | 0 | 37 | 25 | 156 | 45 | 103 |
| Binary | 10010110 | 11001010 | 10001100 | 11010 | 0 | 11111 | 10101 | 1101110 | 100101 | 1000011 |
Color Harmonies of #96CA8C
Complementary color
Monochromatic Colors of #96CA8C
Black with #96CA8C
Text Example
Text Example
White with #96CA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CA8C; }
p { color: rgb(150,202,140); }
H1.HeaderClassName
{
color: #96CA8C;
}
.AnyTagClassName
{
color: #96CA8C;
}
</style>
background-color css
<style>
a { background-color: #96CA8C; }
a { background-color: rgb(150,202,140); }
div.DivClassName
{
background-color: #96CA8C;
}
.BgClassName
{
background-color: #96CA8C;
}
</style>
border-color css
<style>
span { border-color: #96CA8C; }
span { border-color: rgb(150,202,140); }
td.TdClassName
{
border-color: #96CA8C;
}
.TagClassName
{
border-color: #96CA8C;
}
</style>