Shades of Gossip #94C07E
Tints of Gossip #94C07E
RGB
CMYK
RGB Variations
Color information
#94C07E (or 0x94C07E) is known color: Gossip. HEX triplet: 94, C0 and 7E. RGB value is (148,192,126). Sum of RGB (Red+Green+Blue) = 148+192+126=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #94C07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C07E is #6B3F81. Grayscale: #ABABAB. Windows color (decimal): -7028610 or 8306836. OLE color: 8306836.
HSL color Cylindrical-coordinate representation of color #94C07E: hue angle of 100º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94C07E is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 192 | 126 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.25 |
| HSL | 100º | 0.34% | 0.62% | - |
| HSV(B) | 100º | 0.34% | 0.75% | - |
| XYZ | 34.83 | 45.5 | 26.69 | - |
| YUV | 171.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 126 | 0.23 | 0 | 0.34 | 0.25 | 100 | 0.34 | 0.62 |
| Hex | 94 | C0 | 7E | 17 | 0 | 22 | 19 | 64 | 22 | 3E |
| Octal | 224 | 300 | 176 | 27 | 0 | 42 | 31 | 144 | 42 | 76 |
| Binary | 10010100 | 11000000 | 1111110 | 10111 | 0 | 100010 | 11001 | 1100100 | 100010 | 111110 |
Color Harmonies of #94C07E
Complementary color
Monochromatic Colors of #94C07E
Black with #94C07E
Text Example
Text Example
White with #94C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C07E; }
p { color: rgb(148,192,126); }
H1.HeaderClassName
{
color: #94C07E;
}
.AnyTagClassName
{
color: #94C07E;
}
</style>
background-color css
<style>
a { background-color: #94C07E; }
a { background-color: rgb(148,192,126); }
div.DivClassName
{
background-color: #94C07E;
}
.BgClassName
{
background-color: #94C07E;
}
</style>
border-color css
<style>
span { border-color: #94C07E; }
span { border-color: rgb(148,192,126); }
td.TdClassName
{
border-color: #94C07E;
}
.TagClassName
{
border-color: #94C07E;
}
</style>