Shades of Gossip #95CA8A
Tints of Gossip #95CA8A
RGB
CMYK
RGB Variations
Color information
#95CA8A (or 0x95CA8A) is known color: Gossip. HEX triplet: 95, CA and 8A. RGB value is (149,202,138). Sum of RGB (Red+Green+Blue) = 149+202+138=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CA8A is #6A3575. Grayscale: #B3B3B3. Windows color (decimal): -6960502 or 9095829. OLE color: 9095829.
HSL color Cylindrical-coordinate representation of color #95CA8A: hue angle of 109.69º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95CA8A is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 202 | 138 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.21 |
| HSL | 109.69º | 0.38% | 0.67% | - |
| HSV(B) | 109.69º | 0.32% | 0.79% | - |
| XYZ | 38.1 | 50.47 | 31.78 | - |
| YUV | 178.86 | 104.94 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 202 | 138 | 0.26 | 0 | 0.32 | 0.21 | 109.69 | 0.38 | 0.67 |
| Hex | 95 | CA | 8A | 1A | 0 | 20 | 15 | 6E | 26 | 43 |
| Octal | 225 | 312 | 212 | 32 | 0 | 40 | 25 | 156 | 46 | 103 |
| Binary | 10010101 | 11001010 | 10001010 | 11010 | 0 | 100000 | 10101 | 1101110 | 100110 | 1000011 |
Color Harmonies of #95CA8A
Complementary color
Monochromatic Colors of #95CA8A
Black with #95CA8A
Text Example
Text Example
White with #95CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CA8A; }
p { color: rgb(149,202,138); }
H1.HeaderClassName
{
color: #95CA8A;
}
.AnyTagClassName
{
color: #95CA8A;
}
</style>
background-color css
<style>
a { background-color: #95CA8A; }
a { background-color: rgb(149,202,138); }
div.DivClassName
{
background-color: #95CA8A;
}
.BgClassName
{
background-color: #95CA8A;
}
</style>
border-color css
<style>
span { border-color: #95CA8A; }
span { border-color: rgb(149,202,138); }
td.TdClassName
{
border-color: #95CA8A;
}
.TagClassName
{
border-color: #95CA8A;
}
</style>