Shades of Gossip #95C784
Tints of Gossip #95C784
RGB
CMYK
RGB Variations
Color information
#95C784 (or 0x95C784) is known color: Gossip. HEX triplet: 95, C7 and 84. RGB value is (149,199,132). Sum of RGB (Red+Green+Blue) = 149+199+132=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 199 - color contains mainly: green. Hex color #95C784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C784 is #6A387B. Grayscale: #B0B0B0. Windows color (decimal): -6961276 or 8701845. OLE color: 8701845.
HSL color Cylindrical-coordinate representation of color #95C784: hue angle of 104.78º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95C784 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 199 | 132 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.22 |
| HSL | 104.78º | 0.37% | 0.65% | - |
| HSV(B) | 104.78º | 0.34% | 0.78% | - |
| XYZ | 36.98 | 48.9 | 29.32 | - |
| YUV | 176.41 | 102.94 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 199 | 132 | 0.25 | 0 | 0.34 | 0.22 | 104.78 | 0.37 | 0.65 |
| Hex | 95 | C7 | 84 | 19 | 0 | 22 | 16 | 69 | 25 | 41 |
| Octal | 225 | 307 | 204 | 31 | 0 | 42 | 26 | 151 | 45 | 101 |
| Binary | 10010101 | 11000111 | 10000100 | 11001 | 0 | 100010 | 10110 | 1101001 | 100101 | 1000001 |
Color Harmonies of #95C784
Complementary color
Monochromatic Colors of #95C784
Black with #95C784
Text Example
Text Example
White with #95C784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C784; }
p { color: rgb(149,199,132); }
H1.HeaderClassName
{
color: #95C784;
}
.AnyTagClassName
{
color: #95C784;
}
</style>
background-color css
<style>
a { background-color: #95C784; }
a { background-color: rgb(149,199,132); }
div.DivClassName
{
background-color: #95C784;
}
.BgClassName
{
background-color: #95C784;
}
</style>
border-color css
<style>
span { border-color: #95C784; }
span { border-color: rgb(149,199,132); }
td.TdClassName
{
border-color: #95C784;
}
.TagClassName
{
border-color: #95C784;
}
</style>