Shades of Gossip #95D36C
Tints of Gossip #95D36C
RGB
CMYK
RGB Variations
Color information
#95D36C (or 0x95D36C) is known color: Gossip. HEX triplet: 95, D3 and 6C. RGB value is (149,211,108). Sum of RGB (Red+Green+Blue) = 149+211+108=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 211 - color contains mainly: green. Hex color #95D36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D36C is #6A2C93. Grayscale: #B5B5B5. Windows color (decimal): -6958228 or 7132053. OLE color: 7132053.
HSL color Cylindrical-coordinate representation of color #95D36C: hue angle of 96.12º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95D36C is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 211 | 108 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.17 |
| HSL | 96.12º | 0.54% | 0.63% | - |
| HSV(B) | 96.12º | 0.49% | 0.83% | - |
| XYZ | 38.4 | 54.06 | 22.6 | - |
| YUV | 180.72 | 86.96 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 211 | 108 | 0.29 | 0 | 0.49 | 0.17 | 96.12 | 0.54 | 0.63 |
| Hex | 95 | D3 | 6C | 1D | 0 | 31 | 11 | 60 | 36 | 3F |
| Octal | 225 | 323 | 154 | 35 | 0 | 61 | 21 | 140 | 66 | 77 |
| Binary | 10010101 | 11010011 | 1101100 | 11101 | 0 | 110001 | 10001 | 1100000 | 110110 | 111111 |
Color Harmonies of #95D36C
Complementary color
Monochromatic Colors of #95D36C
Black with #95D36C
Text Example
Text Example
White with #95D36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D36C; }
p { color: rgb(149,211,108); }
H1.HeaderClassName
{
color: #95D36C;
}
.AnyTagClassName
{
color: #95D36C;
}
</style>
background-color css
<style>
a { background-color: #95D36C; }
a { background-color: rgb(149,211,108); }
div.DivClassName
{
background-color: #95D36C;
}
.BgClassName
{
background-color: #95D36C;
}
</style>
border-color css
<style>
span { border-color: #95D36C; }
span { border-color: rgb(149,211,108); }
td.TdClassName
{
border-color: #95D36C;
}
.TagClassName
{
border-color: #95D36C;
}
</style>