Shades of Gossip #94D673
Tints of Gossip #94D673
RGB
CMYK
RGB Variations
Color information
#94D673 (or 0x94D673) is known color: Gossip. HEX triplet: 94, D6 and 73. RGB value is (148,214,115). Sum of RGB (Red+Green+Blue) = 148+214+115=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #94D673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D673 is #6B298C. Grayscale: #B7B7B7. Windows color (decimal): -7022989 or 7591572. OLE color: 7591572.
HSL color Cylindrical-coordinate representation of color #94D673: hue angle of 100º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94D673 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 214 | 115 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.16 |
| HSL | 100º | 0.55% | 0.65% | - |
| HSV(B) | 100º | 0.46% | 0.84% | - |
| XYZ | 39.35 | 55.63 | 24.88 | - |
| YUV | 182.98 | 89.63 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 214 | 115 | 0.31 | 0 | 0.46 | 0.16 | 100 | 0.55 | 0.65 |
| Hex | 94 | D6 | 73 | 1F | 0 | 2E | 10 | 64 | 37 | 41 |
| Octal | 224 | 326 | 163 | 37 | 0 | 56 | 20 | 144 | 67 | 101 |
| Binary | 10010100 | 11010110 | 1110011 | 11111 | 0 | 101110 | 10000 | 1100100 | 110111 | 1000001 |
Color Harmonies of #94D673
Complementary color
Monochromatic Colors of #94D673
Black with #94D673
Text Example
Text Example
White with #94D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D673; }
p { color: rgb(148,214,115); }
H1.HeaderClassName
{
color: #94D673;
}
.AnyTagClassName
{
color: #94D673;
}
</style>
background-color css
<style>
a { background-color: #94D673; }
a { background-color: rgb(148,214,115); }
div.DivClassName
{
background-color: #94D673;
}
.BgClassName
{
background-color: #94D673;
}
</style>
border-color css
<style>
span { border-color: #94D673; }
span { border-color: rgb(148,214,115); }
td.TdClassName
{
border-color: #94D673;
}
.TagClassName
{
border-color: #94D673;
}
</style>