Shades of Gossip #94C57C
Tints of Gossip #94C57C
RGB
CMYK
RGB Variations
Color information
#94C57C (or 0x94C57C) is known color: Gossip. HEX triplet: 94, C5 and 7C. RGB value is (148,197,124). Sum of RGB (Red+Green+Blue) = 148+197+124=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #94C57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C57C is #6B3A83. Grayscale: #AEAEAE. Windows color (decimal): -7027332 or 8177044. OLE color: 8177044.
HSL color Cylindrical-coordinate representation of color #94C57C: hue angle of 100.27º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94C57C is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 124 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.23 |
| HSL | 100.27º | 0.39% | 0.63% | - |
| HSV(B) | 100.27º | 0.37% | 0.77% | - |
| XYZ | 35.82 | 47.68 | 26.38 | - |
| YUV | 174.03 | 99.77 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 124 | 0.25 | 0 | 0.37 | 0.23 | 100.27 | 0.39 | 0.63 |
| Hex | 94 | C5 | 7C | 19 | 0 | 25 | 17 | 64 | 27 | 3F |
| Octal | 224 | 305 | 174 | 31 | 0 | 45 | 27 | 144 | 47 | 77 |
| Binary | 10010100 | 11000101 | 1111100 | 11001 | 0 | 100101 | 10111 | 1100100 | 100111 | 111111 |
Color Harmonies of #94C57C
Complementary color
Monochromatic Colors of #94C57C
Black with #94C57C
Text Example
Text Example
White with #94C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C57C; }
p { color: rgb(148,197,124); }
H1.HeaderClassName
{
color: #94C57C;
}
.AnyTagClassName
{
color: #94C57C;
}
</style>
background-color css
<style>
a { background-color: #94C57C; }
a { background-color: rgb(148,197,124); }
div.DivClassName
{
background-color: #94C57C;
}
.BgClassName
{
background-color: #94C57C;
}
</style>
border-color css
<style>
span { border-color: #94C57C; }
span { border-color: rgb(148,197,124); }
td.TdClassName
{
border-color: #94C57C;
}
.TagClassName
{
border-color: #94C57C;
}
</style>