Shades of Gossip #95C080
Tints of Gossip #95C080
RGB
CMYK
RGB Variations
Color information
#95C080 (or 0x95C080) is known color: Gossip. HEX triplet: 95, C0 and 80. RGB value is (149,192,128). Sum of RGB (Red+Green+Blue) = 149+192+128=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #95C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C080 is #6A3F7F. Grayscale: #ACACAC. Windows color (decimal): -6963072 or 8437909. OLE color: 8437909.
HSL color Cylindrical-coordinate representation of color #95C080: hue angle of 100.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95C080 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 192 | 128 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.25 |
| HSL | 100.31º | 0.34% | 0.63% | - |
| HSV(B) | 100.31º | 0.33% | 0.75% | - |
| XYZ | 35.14 | 45.65 | 27.38 | - |
| YUV | 171.85 | 103.25 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 192 | 128 | 0.22 | 0 | 0.33 | 0.25 | 100.31 | 0.34 | 0.63 |
| Hex | 95 | C0 | 80 | 16 | 0 | 21 | 19 | 64 | 22 | 3F |
| Octal | 225 | 300 | 200 | 26 | 0 | 41 | 31 | 144 | 42 | 77 |
| Binary | 10010101 | 11000000 | 10000000 | 10110 | 0 | 100001 | 11001 | 1100100 | 100010 | 111111 |
Color Harmonies of #95C080
Complementary color
Monochromatic Colors of #95C080
Black with #95C080
Text Example
Text Example
White with #95C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C080; }
p { color: rgb(149,192,128); }
H1.HeaderClassName
{
color: #95C080;
}
.AnyTagClassName
{
color: #95C080;
}
</style>
background-color css
<style>
a { background-color: #95C080; }
a { background-color: rgb(149,192,128); }
div.DivClassName
{
background-color: #95C080;
}
.BgClassName
{
background-color: #95C080;
}
</style>
border-color css
<style>
span { border-color: #95C080; }
span { border-color: rgb(149,192,128); }
td.TdClassName
{
border-color: #95C080;
}
.TagClassName
{
border-color: #95C080;
}
</style>