Shades of Gossip #95C481
Tints of Gossip #95C481
RGB
CMYK
RGB Variations
Color information
#95C481 (or 0x95C481) is known color: Gossip. HEX triplet: 95, C4 and 81. RGB value is (149,196,129). Sum of RGB (Red+Green+Blue) = 149+196+129=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #95C481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C481 is #6A3B7E. Grayscale: #AEAEAE. Windows color (decimal): -6962047 or 8504469. OLE color: 8504469.
HSL color Cylindrical-coordinate representation of color #95C481: hue angle of 102.09º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95C481 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 196 | 129 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.23 |
| HSL | 102.09º | 0.36% | 0.64% | - |
| HSV(B) | 102.09º | 0.34% | 0.77% | - |
| XYZ | 36.1 | 47.45 | 28.03 | - |
| YUV | 174.31 | 102.43 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 196 | 129 | 0.24 | 0 | 0.34 | 0.23 | 102.09 | 0.36 | 0.64 |
| Hex | 95 | C4 | 81 | 18 | 0 | 22 | 17 | 66 | 24 | 40 |
| Octal | 225 | 304 | 201 | 30 | 0 | 42 | 27 | 146 | 44 | 100 |
| Binary | 10010101 | 11000100 | 10000001 | 11000 | 0 | 100010 | 10111 | 1100110 | 100100 | 1000000 |
Color Harmonies of #95C481
Complementary color
Monochromatic Colors of #95C481
Black with #95C481
Text Example
Text Example
White with #95C481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C481; }
p { color: rgb(149,196,129); }
H1.HeaderClassName
{
color: #95C481;
}
.AnyTagClassName
{
color: #95C481;
}
</style>
background-color css
<style>
a { background-color: #95C481; }
a { background-color: rgb(149,196,129); }
div.DivClassName
{
background-color: #95C481;
}
.BgClassName
{
background-color: #95C481;
}
</style>
border-color css
<style>
span { border-color: #95C481; }
span { border-color: rgb(149,196,129); }
td.TdClassName
{
border-color: #95C481;
}
.TagClassName
{
border-color: #95C481;
}
</style>