Shades of Gossip #95C57B
Tints of Gossip #95C57B
RGB
CMYK
RGB Variations
Color information
#95C57B (or 0x95C57B) is known color: Gossip. HEX triplet: 95, C5 and 7B. RGB value is (149,197,123). Sum of RGB (Red+Green+Blue) = 149+197+123=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #95C57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C57B is #6A3A84. Grayscale: #AEAEAE. Windows color (decimal): -6961797 or 8111509. OLE color: 8111509.
HSL color Cylindrical-coordinate representation of color #95C57B: hue angle of 98.92º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95C57B is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 123 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.23 |
| HSL | 98.92º | 0.39% | 0.63% | - |
| HSV(B) | 98.92º | 0.38% | 0.77% | - |
| XYZ | 35.94 | 47.75 | 26.06 | - |
| YUV | 174.21 | 99.1 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 123 | 0.24 | 0 | 0.38 | 0.23 | 98.92 | 0.39 | 0.63 |
| Hex | 95 | C5 | 7B | 18 | 0 | 26 | 17 | 63 | 27 | 3F |
| Octal | 225 | 305 | 173 | 30 | 0 | 46 | 27 | 143 | 47 | 77 |
| Binary | 10010101 | 11000101 | 1111011 | 11000 | 0 | 100110 | 10111 | 1100011 | 100111 | 111111 |
Color Harmonies of #95C57B
Complementary color
Monochromatic Colors of #95C57B
Black with #95C57B
Text Example
Text Example
White with #95C57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C57B; }
p { color: rgb(149,197,123); }
H1.HeaderClassName
{
color: #95C57B;
}
.AnyTagClassName
{
color: #95C57B;
}
</style>
background-color css
<style>
a { background-color: #95C57B; }
a { background-color: rgb(149,197,123); }
div.DivClassName
{
background-color: #95C57B;
}
.BgClassName
{
background-color: #95C57B;
}
</style>
border-color css
<style>
span { border-color: #95C57B; }
span { border-color: rgb(149,197,123); }
td.TdClassName
{
border-color: #95C57B;
}
.TagClassName
{
border-color: #95C57B;
}
</style>