Shades of Gossip #95C185
Tints of Gossip #95C185
RGB
CMYK
RGB Variations
Color information
#95C185 (or 0x95C185) is known color: Gossip. HEX triplet: 95, C1 and 85. RGB value is (149,193,133). Sum of RGB (Red+Green+Blue) = 149+193+133=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #95C185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C185 is #6A3E7A. Grayscale: #ADADAD. Windows color (decimal): -6962811 or 8765845. OLE color: 8765845.
HSL color Cylindrical-coordinate representation of color #95C185: hue angle of 104º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95C185 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 133 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.24 |
| HSL | 104º | 0.33% | 0.64% | - |
| HSV(B) | 104º | 0.31% | 0.76% | - |
| XYZ | 35.7 | 46.22 | 29.23 | - |
| YUV | 173 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 133 | 0.23 | 0 | 0.31 | 0.24 | 104 | 0.33 | 0.64 |
| Hex | 95 | C1 | 85 | 17 | 0 | 1F | 18 | 68 | 21 | 40 |
| Octal | 225 | 301 | 205 | 27 | 0 | 37 | 30 | 150 | 41 | 100 |
| Binary | 10010101 | 11000001 | 10000101 | 10111 | 0 | 11111 | 11000 | 1101000 | 100001 | 1000000 |
Color Harmonies of #95C185
Complementary color
Monochromatic Colors of #95C185
Black with #95C185
Text Example
Text Example
White with #95C185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C185; }
p { color: rgb(149,193,133); }
H1.HeaderClassName
{
color: #95C185;
}
.AnyTagClassName
{
color: #95C185;
}
</style>
background-color css
<style>
a { background-color: #95C185; }
a { background-color: rgb(149,193,133); }
div.DivClassName
{
background-color: #95C185;
}
.BgClassName
{
background-color: #95C185;
}
</style>
border-color css
<style>
span { border-color: #95C185; }
span { border-color: rgb(149,193,133); }
td.TdClassName
{
border-color: #95C185;
}
.TagClassName
{
border-color: #95C185;
}
</style>