Shades of Gossip #95C485
Tints of Gossip #95C485
RGB
CMYK
RGB Variations
Color information
#95C485 (or 0x95C485) is known color: Gossip. HEX triplet: 95, C4 and 85. RGB value is (149,196,133). Sum of RGB (Red+Green+Blue) = 149+196+133=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #95C485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C485 is #6A3B7A. Grayscale: #AEAEAE. Windows color (decimal): -6962043 or 8766613. OLE color: 8766613.
HSL color Cylindrical-coordinate representation of color #95C485: hue angle of 104.76º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95C485 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 196 | 133 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.23 |
| HSL | 104.76º | 0.35% | 0.65% | - |
| HSV(B) | 104.76º | 0.32% | 0.77% | - |
| XYZ | 36.37 | 47.56 | 29.45 | - |
| YUV | 174.77 | 104.43 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 196 | 133 | 0.24 | 0 | 0.32 | 0.23 | 104.76 | 0.35 | 0.65 |
| Hex | 95 | C4 | 85 | 18 | 0 | 20 | 17 | 69 | 23 | 41 |
| Octal | 225 | 304 | 205 | 30 | 0 | 40 | 27 | 151 | 43 | 101 |
| Binary | 10010101 | 11000100 | 10000101 | 11000 | 0 | 100000 | 10111 | 1101001 | 100011 | 1000001 |
Color Harmonies of #95C485
Complementary color
Monochromatic Colors of #95C485
Black with #95C485
Text Example
Text Example
White with #95C485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C485; }
p { color: rgb(149,196,133); }
H1.HeaderClassName
{
color: #95C485;
}
.AnyTagClassName
{
color: #95C485;
}
</style>
background-color css
<style>
a { background-color: #95C485; }
a { background-color: rgb(149,196,133); }
div.DivClassName
{
background-color: #95C485;
}
.BgClassName
{
background-color: #95C485;
}
</style>
border-color css
<style>
span { border-color: #95C485; }
span { border-color: rgb(149,196,133); }
td.TdClassName
{
border-color: #95C485;
}
.TagClassName
{
border-color: #95C485;
}
</style>