Shades of Gossip #94C080
Tints of Gossip #94C080
RGB
CMYK
RGB Variations
Color information
#94C080 (or 0x94C080) is known color: Gossip. HEX triplet: 94, C0 and 80. RGB value is (148,192,128). Sum of RGB (Red+Green+Blue) = 148+192+128=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #94C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C080 is #6B3F7F. Grayscale: #ABABAB. Windows color (decimal): -7028608 or 8437908. OLE color: 8437908.
HSL color Cylindrical-coordinate representation of color #94C080: hue angle of 101.25º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94C080 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 192 | 128 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.25 |
| HSL | 101.25º | 0.34% | 0.63% | - |
| HSV(B) | 101.25º | 0.33% | 0.75% | - |
| XYZ | 34.96 | 45.55 | 27.37 | - |
| YUV | 171.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 128 | 0.23 | 0 | 0.33 | 0.25 | 101.25 | 0.34 | 0.63 |
| Hex | 94 | C0 | 80 | 17 | 0 | 21 | 19 | 65 | 22 | 3F |
| Octal | 224 | 300 | 200 | 27 | 0 | 41 | 31 | 145 | 42 | 77 |
| Binary | 10010100 | 11000000 | 10000000 | 10111 | 0 | 100001 | 11001 | 1100101 | 100010 | 111111 |
Color Harmonies of #94C080
Complementary color
Monochromatic Colors of #94C080
Black with #94C080
Text Example
Text Example
White with #94C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C080; }
p { color: rgb(148,192,128); }
H1.HeaderClassName
{
color: #94C080;
}
.AnyTagClassName
{
color: #94C080;
}
</style>
background-color css
<style>
a { background-color: #94C080; }
a { background-color: rgb(148,192,128); }
div.DivClassName
{
background-color: #94C080;
}
.BgClassName
{
background-color: #94C080;
}
</style>
border-color css
<style>
span { border-color: #94C080; }
span { border-color: rgb(148,192,128); }
td.TdClassName
{
border-color: #94C080;
}
.TagClassName
{
border-color: #94C080;
}
</style>