Shades of Gossip #95CA77
Tints of Gossip #95CA77
RGB
CMYK
RGB Variations
Color information
#95CA77 (or 0x95CA77) is known color: Gossip. HEX triplet: 95, CA and 77. RGB value is (149,202,119). Sum of RGB (Red+Green+Blue) = 149+202+119=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CA77 is #6A3588. Grayscale: #B0B0B0. Windows color (decimal): -6960521 or 7850645. OLE color: 7850645.
HSL color Cylindrical-coordinate representation of color #95CA77: hue angle of 98.31º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95CA77 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 202 | 119 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.21 |
| HSL | 98.31º | 0.44% | 0.63% | - |
| HSV(B) | 98.31º | 0.41% | 0.79% | - |
| XYZ | 36.84 | 49.96 | 25.15 | - |
| YUV | 176.69 | 95.44 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 202 | 119 | 0.26 | 0 | 0.41 | 0.21 | 98.31 | 0.44 | 0.63 |
| Hex | 95 | CA | 77 | 1A | 0 | 29 | 15 | 62 | 2C | 3F |
| Octal | 225 | 312 | 167 | 32 | 0 | 51 | 25 | 142 | 54 | 77 |
| Binary | 10010101 | 11001010 | 1110111 | 11010 | 0 | 101001 | 10101 | 1100010 | 101100 | 111111 |
Color Harmonies of #95CA77
Complementary color
Monochromatic Colors of #95CA77
Black with #95CA77
Text Example
Text Example
White with #95CA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CA77; }
p { color: rgb(149,202,119); }
H1.HeaderClassName
{
color: #95CA77;
}
.AnyTagClassName
{
color: #95CA77;
}
</style>
background-color css
<style>
a { background-color: #95CA77; }
a { background-color: rgb(149,202,119); }
div.DivClassName
{
background-color: #95CA77;
}
.BgClassName
{
background-color: #95CA77;
}
</style>
border-color css
<style>
span { border-color: #95CA77; }
span { border-color: rgb(149,202,119); }
td.TdClassName
{
border-color: #95CA77;
}
.TagClassName
{
border-color: #95CA77;
}
</style>