Shades of Gossip #94C17E
Tints of Gossip #94C17E
RGB
CMYK
RGB Variations
Color information
#94C17E (or 0x94C17E) is known color: Gossip. HEX triplet: 94, C1 and 7E. RGB value is (148,193,126). Sum of RGB (Red+Green+Blue) = 148+193+126=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #94C17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C17E is #6B3E81. Grayscale: #ACACAC. Windows color (decimal): -7028354 or 8307092. OLE color: 8307092.
HSL color Cylindrical-coordinate representation of color #94C17E: hue angle of 100.3º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94C17E is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 193 | 126 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.24 |
| HSL | 100.3º | 0.35% | 0.63% | - |
| HSV(B) | 100.3º | 0.35% | 0.76% | - |
| XYZ | 35.05 | 45.94 | 26.76 | - |
| YUV | 171.91 | 102.09 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 193 | 126 | 0.23 | 0 | 0.35 | 0.24 | 100.3 | 0.35 | 0.63 |
| Hex | 94 | C1 | 7E | 17 | 0 | 23 | 18 | 64 | 23 | 3F |
| Octal | 224 | 301 | 176 | 27 | 0 | 43 | 30 | 144 | 43 | 77 |
| Binary | 10010100 | 11000001 | 1111110 | 10111 | 0 | 100011 | 11000 | 1100100 | 100011 | 111111 |
Color Harmonies of #94C17E
Complementary color
Monochromatic Colors of #94C17E
Black with #94C17E
Text Example
Text Example
White with #94C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C17E; }
p { color: rgb(148,193,126); }
H1.HeaderClassName
{
color: #94C17E;
}
.AnyTagClassName
{
color: #94C17E;
}
</style>
background-color css
<style>
a { background-color: #94C17E; }
a { background-color: rgb(148,193,126); }
div.DivClassName
{
background-color: #94C17E;
}
.BgClassName
{
background-color: #94C17E;
}
</style>
border-color css
<style>
span { border-color: #94C17E; }
span { border-color: rgb(148,193,126); }
td.TdClassName
{
border-color: #94C17E;
}
.TagClassName
{
border-color: #94C17E;
}
</style>