Shades of Gossip #95C682
Tints of Gossip #95C682
RGB
CMYK
RGB Variations
Color information
#95C682 (or 0x95C682) is known color: Gossip. HEX triplet: 95, C6 and 82. RGB value is (149,198,130). Sum of RGB (Red+Green+Blue) = 149+198+130=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #95C682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C682 is #6A397D. Grayscale: #AFAFAF. Windows color (decimal): -6961534 or 8570517. OLE color: 8570517.
HSL color Cylindrical-coordinate representation of color #95C682: hue angle of 103.24º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95C682 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 198 | 130 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.22 |
| HSL | 103.24º | 0.37% | 0.64% | - |
| HSV(B) | 103.24º | 0.34% | 0.78% | - |
| XYZ | 36.62 | 48.39 | 28.53 | - |
| YUV | 175.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 198 | 130 | 0.25 | 0 | 0.34 | 0.22 | 103.24 | 0.37 | 0.64 |
| Hex | 95 | C6 | 82 | 19 | 0 | 22 | 16 | 67 | 25 | 40 |
| Octal | 225 | 306 | 202 | 31 | 0 | 42 | 26 | 147 | 45 | 100 |
| Binary | 10010101 | 11000110 | 10000010 | 11001 | 0 | 100010 | 10110 | 1100111 | 100101 | 1000000 |
Color Harmonies of #95C682
Complementary color
Monochromatic Colors of #95C682
Black with #95C682
Text Example
Text Example
White with #95C682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C682; }
p { color: rgb(149,198,130); }
H1.HeaderClassName
{
color: #95C682;
}
.AnyTagClassName
{
color: #95C682;
}
</style>
background-color css
<style>
a { background-color: #95C682; }
a { background-color: rgb(149,198,130); }
div.DivClassName
{
background-color: #95C682;
}
.BgClassName
{
background-color: #95C682;
}
</style>
border-color css
<style>
span { border-color: #95C682; }
span { border-color: rgb(149,198,130); }
td.TdClassName
{
border-color: #95C682;
}
.TagClassName
{
border-color: #95C682;
}
</style>