Shades of Gossip #95C382
Tints of Gossip #95C382
RGB
CMYK
RGB Variations
Color information
#95C382 (or 0x95C382) is known color: Gossip. HEX triplet: 95, C3 and 82. RGB value is (149,195,130). Sum of RGB (Red+Green+Blue) = 149+195+130=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #95C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C382 is #6A3C7D. Grayscale: #AEAEAE. Windows color (decimal): -6962302 or 8569749. OLE color: 8569749.
HSL color Cylindrical-coordinate representation of color #95C382: hue angle of 102.46º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95C382 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 195 | 130 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.24 |
| HSL | 102.46º | 0.35% | 0.64% | - |
| HSV(B) | 102.46º | 0.33% | 0.76% | - |
| XYZ | 35.94 | 47.03 | 28.3 | - |
| YUV | 173.84 | 103.26 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 195 | 130 | 0.24 | 0 | 0.33 | 0.24 | 102.46 | 0.35 | 0.64 |
| Hex | 95 | C3 | 82 | 18 | 0 | 21 | 18 | 66 | 23 | 40 |
| Octal | 225 | 303 | 202 | 30 | 0 | 41 | 30 | 146 | 43 | 100 |
| Binary | 10010101 | 11000011 | 10000010 | 11000 | 0 | 100001 | 11000 | 1100110 | 100011 | 1000000 |
Color Harmonies of #95C382
Complementary color
Monochromatic Colors of #95C382
Black with #95C382
Text Example
Text Example
White with #95C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C382; }
p { color: rgb(149,195,130); }
H1.HeaderClassName
{
color: #95C382;
}
.AnyTagClassName
{
color: #95C382;
}
</style>
background-color css
<style>
a { background-color: #95C382; }
a { background-color: rgb(149,195,130); }
div.DivClassName
{
background-color: #95C382;
}
.BgClassName
{
background-color: #95C382;
}
</style>
border-color css
<style>
span { border-color: #95C382; }
span { border-color: rgb(149,195,130); }
td.TdClassName
{
border-color: #95C382;
}
.TagClassName
{
border-color: #95C382;
}
</style>