Shades of Gossip #95C688
Tints of Gossip #95C688
RGB
CMYK
RGB Variations
Color information
#95C688 (or 0x95C688) is known color: Gossip. HEX triplet: 95, C6 and 88. RGB value is (149,198,136). Sum of RGB (Red+Green+Blue) = 149+198+136=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 198 - color contains mainly: green. Hex color #95C688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C688 is #6A3977. Grayscale: #B0B0B0. Windows color (decimal): -6961528 or 8963733. OLE color: 8963733.
HSL color Cylindrical-coordinate representation of color #95C688: hue angle of 107.42º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95C688 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 198 | 136 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.22 |
| HSL | 107.42º | 0.35% | 0.65% | - |
| HSV(B) | 107.42º | 0.31% | 0.78% | - |
| XYZ | 37.03 | 48.56 | 30.71 | - |
| YUV | 176.28 | 105.27 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 198 | 136 | 0.25 | 0 | 0.31 | 0.22 | 107.42 | 0.35 | 0.65 |
| Hex | 95 | C6 | 88 | 19 | 0 | 1F | 16 | 6B | 23 | 41 |
| Octal | 225 | 306 | 210 | 31 | 0 | 37 | 26 | 153 | 43 | 101 |
| Binary | 10010101 | 11000110 | 10001000 | 11001 | 0 | 11111 | 10110 | 1101011 | 100011 | 1000001 |
Color Harmonies of #95C688
Complementary color
Monochromatic Colors of #95C688
Black with #95C688
Text Example
Text Example
White with #95C688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C688; }
p { color: rgb(149,198,136); }
H1.HeaderClassName
{
color: #95C688;
}
.AnyTagClassName
{
color: #95C688;
}
</style>
background-color css
<style>
a { background-color: #95C688; }
a { background-color: rgb(149,198,136); }
div.DivClassName
{
background-color: #95C688;
}
.BgClassName
{
background-color: #95C688;
}
</style>
border-color css
<style>
span { border-color: #95C688; }
span { border-color: rgb(149,198,136); }
td.TdClassName
{
border-color: #95C688;
}
.TagClassName
{
border-color: #95C688;
}
</style>