Shades of Gossip #95E26C
Tints of Gossip #95E26C
RGB
CMYK
RGB Variations
Color information
#95E26C (or 0x95E26C) is known color: Gossip. HEX triplet: 95, E2 and 6C. RGB value is (149,226,108). Sum of RGB (Red+Green+Blue) = 149+226+108=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #95E26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E26C is #6A1D93. Grayscale: #BDBDBD. Windows color (decimal): -6954388 or 7135893. OLE color: 7135893.
HSL color Cylindrical-coordinate representation of color #95E26C: hue angle of 99.15º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95E26C is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 226 | 108 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.11 |
| HSL | 99.15º | 0.67% | 0.65% | - |
| HSV(B) | 99.15º | 0.52% | 0.89% | - |
| XYZ | 42.3 | 61.86 | 23.9 | - |
| YUV | 189.53 | 81.99 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 226 | 108 | 0.34 | 0 | 0.52 | 0.11 | 99.15 | 0.67 | 0.65 |
| Hex | 95 | E2 | 6C | 22 | 0 | 34 | B | 63 | 43 | 41 |
| Octal | 225 | 342 | 154 | 42 | 0 | 64 | 13 | 143 | 103 | 101 |
| Binary | 10010101 | 11100010 | 1101100 | 100010 | 0 | 110100 | 1011 | 1100011 | 1000011 | 1000001 |
Color Harmonies of #95E26C
Complementary color
Monochromatic Colors of #95E26C
Black with #95E26C
Text Example
Text Example
White with #95E26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E26C; }
p { color: rgb(149,226,108); }
H1.HeaderClassName
{
color: #95E26C;
}
.AnyTagClassName
{
color: #95E26C;
}
</style>
background-color css
<style>
a { background-color: #95E26C; }
a { background-color: rgb(149,226,108); }
div.DivClassName
{
background-color: #95E26C;
}
.BgClassName
{
background-color: #95E26C;
}
</style>
border-color css
<style>
span { border-color: #95E26C; }
span { border-color: rgb(149,226,108); }
td.TdClassName
{
border-color: #95E26C;
}
.TagClassName
{
border-color: #95E26C;
}
</style>