Shades of Gossip #95D08A
Tints of Gossip #95D08A
RGB
CMYK
RGB Variations
Color information
#95D08A (or 0x95D08A) is known color: Gossip. HEX triplet: 95, D0 and 8A. RGB value is (149,208,138). Sum of RGB (Red+Green+Blue) = 149+208+138=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #95D08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D08A is #6A2F75. Grayscale: #B6B6B6. Windows color (decimal): -6958966 or 9097365. OLE color: 9097365.
HSL color Cylindrical-coordinate representation of color #95D08A: hue angle of 110.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95D08A is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 208 | 138 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.18 |
| HSL | 110.57º | 0.43% | 0.68% | - |
| HSV(B) | 110.57º | 0.34% | 0.82% | - |
| XYZ | 39.54 | 53.34 | 32.26 | - |
| YUV | 182.38 | 102.95 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 208 | 138 | 0.28 | 0 | 0.34 | 0.18 | 110.57 | 0.43 | 0.68 |
| Hex | 95 | D0 | 8A | 1C | 0 | 22 | 12 | 6F | 2B | 44 |
| Octal | 225 | 320 | 212 | 34 | 0 | 42 | 22 | 157 | 53 | 104 |
| Binary | 10010101 | 11010000 | 10001010 | 11100 | 0 | 100010 | 10010 | 1101111 | 101011 | 1000100 |
Color Harmonies of #95D08A
Complementary color
Monochromatic Colors of #95D08A
Black with #95D08A
Text Example
Text Example
White with #95D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D08A; }
p { color: rgb(149,208,138); }
H1.HeaderClassName
{
color: #95D08A;
}
.AnyTagClassName
{
color: #95D08A;
}
</style>
background-color css
<style>
a { background-color: #95D08A; }
a { background-color: rgb(149,208,138); }
div.DivClassName
{
background-color: #95D08A;
}
.BgClassName
{
background-color: #95D08A;
}
</style>
border-color css
<style>
span { border-color: #95D08A; }
span { border-color: rgb(149,208,138); }
td.TdClassName
{
border-color: #95D08A;
}
.TagClassName
{
border-color: #95D08A;
}
</style>