Shades of Gossip #95C788
Tints of Gossip #95C788
RGB
CMYK
RGB Variations
Color information
#95C788 (or 0x95C788) is known color: Gossip. HEX triplet: 95, C7 and 88. RGB value is (149,199,136). Sum of RGB (Red+Green+Blue) = 149+199+136=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 199 - color contains mainly: green. Hex color #95C788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C788 is #6A3877. Grayscale: #B1B1B1. Windows color (decimal): -6961272 or 8963989. OLE color: 8963989.
HSL color Cylindrical-coordinate representation of color #95C788: hue angle of 107.62º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95C788 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 199 | 136 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.22 |
| HSL | 107.62º | 0.36% | 0.66% | - |
| HSV(B) | 107.62º | 0.32% | 0.78% | - |
| XYZ | 37.26 | 49.01 | 30.79 | - |
| YUV | 176.87 | 104.94 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 199 | 136 | 0.25 | 0 | 0.32 | 0.22 | 107.62 | 0.36 | 0.66 |
| Hex | 95 | C7 | 88 | 19 | 0 | 20 | 16 | 6C | 24 | 42 |
| Octal | 225 | 307 | 210 | 31 | 0 | 40 | 26 | 154 | 44 | 102 |
| Binary | 10010101 | 11000111 | 10001000 | 11001 | 0 | 100000 | 10110 | 1101100 | 100100 | 1000010 |
Color Harmonies of #95C788
Complementary color
Monochromatic Colors of #95C788
Black with #95C788
Text Example
Text Example
White with #95C788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C788; }
p { color: rgb(149,199,136); }
H1.HeaderClassName
{
color: #95C788;
}
.AnyTagClassName
{
color: #95C788;
}
</style>
background-color css
<style>
a { background-color: #95C788; }
a { background-color: rgb(149,199,136); }
div.DivClassName
{
background-color: #95C788;
}
.BgClassName
{
background-color: #95C788;
}
</style>
border-color css
<style>
span { border-color: #95C788; }
span { border-color: rgb(149,199,136); }
td.TdClassName
{
border-color: #95C788;
}
.TagClassName
{
border-color: #95C788;
}
</style>