Shades of Gossip #95C882
Tints of Gossip #95C882
RGB
CMYK
RGB Variations
Color information
#95C882 (or 0x95C882) is known color: Gossip. HEX triplet: 95, C8 and 82. RGB value is (149,200,130). Sum of RGB (Red+Green+Blue) = 149+200+130=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #95C882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C882 is #6A377D. Grayscale: #B1B1B1. Windows color (decimal): -6961022 or 8571029. OLE color: 8571029.
HSL color Cylindrical-coordinate representation of color #95C882: hue angle of 103.71º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95C882 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 200 | 130 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.22 |
| HSL | 103.71º | 0.39% | 0.65% | - |
| HSV(B) | 103.71º | 0.35% | 0.78% | - |
| XYZ | 37.08 | 49.31 | 28.68 | - |
| YUV | 176.77 | 101.6 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 200 | 130 | 0.26 | 0 | 0.35 | 0.22 | 103.71 | 0.39 | 0.65 |
| Hex | 95 | C8 | 82 | 1A | 0 | 23 | 16 | 68 | 27 | 41 |
| Octal | 225 | 310 | 202 | 32 | 0 | 43 | 26 | 150 | 47 | 101 |
| Binary | 10010101 | 11001000 | 10000010 | 11010 | 0 | 100011 | 10110 | 1101000 | 100111 | 1000001 |
Color Harmonies of #95C882
Complementary color
Monochromatic Colors of #95C882
Black with #95C882
Text Example
Text Example
White with #95C882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C882; }
p { color: rgb(149,200,130); }
H1.HeaderClassName
{
color: #95C882;
}
.AnyTagClassName
{
color: #95C882;
}
</style>
background-color css
<style>
a { background-color: #95C882; }
a { background-color: rgb(149,200,130); }
div.DivClassName
{
background-color: #95C882;
}
.BgClassName
{
background-color: #95C882;
}
</style>
border-color css
<style>
span { border-color: #95C882; }
span { border-color: rgb(149,200,130); }
td.TdClassName
{
border-color: #95C882;
}
.TagClassName
{
border-color: #95C882;
}
</style>