Shades of Gossip #95C27D
Tints of Gossip #95C27D
RGB
CMYK
RGB Variations
Color information
#95C27D (or 0x95C27D) is known color: Gossip. HEX triplet: 95, C2 and 7D. RGB value is (149,194,125). Sum of RGB (Red+Green+Blue) = 149+194+125=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #95C27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C27D is #6A3D82. Grayscale: #ACACAC. Windows color (decimal): -6962563 or 8241813. OLE color: 8241813.
HSL color Cylindrical-coordinate representation of color #95C27D: hue angle of 99.13º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95C27D is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 194 | 125 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.24 |
| HSL | 99.13º | 0.36% | 0.63% | - |
| HSV(B) | 99.13º | 0.36% | 0.76% | - |
| XYZ | 35.39 | 46.45 | 26.5 | - |
| YUV | 172.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 125 | 0.23 | 0 | 0.36 | 0.24 | 99.13 | 0.36 | 0.63 |
| Hex | 95 | C2 | 7D | 17 | 0 | 24 | 18 | 63 | 24 | 3F |
| Octal | 225 | 302 | 175 | 27 | 0 | 44 | 30 | 143 | 44 | 77 |
| Binary | 10010101 | 11000010 | 1111101 | 10111 | 0 | 100100 | 11000 | 1100011 | 100100 | 111111 |
Color Harmonies of #95C27D
Complementary color
Monochromatic Colors of #95C27D
Black with #95C27D
Text Example
Text Example
White with #95C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C27D; }
p { color: rgb(149,194,125); }
H1.HeaderClassName
{
color: #95C27D;
}
.AnyTagClassName
{
color: #95C27D;
}
</style>
background-color css
<style>
a { background-color: #95C27D; }
a { background-color: rgb(149,194,125); }
div.DivClassName
{
background-color: #95C27D;
}
.BgClassName
{
background-color: #95C27D;
}
</style>
border-color css
<style>
span { border-color: #95C27D; }
span { border-color: rgb(149,194,125); }
td.TdClassName
{
border-color: #95C27D;
}
.TagClassName
{
border-color: #95C27D;
}
</style>