Shades of Gossip #94C182
Tints of Gossip #94C182
RGB
CMYK
RGB Variations
Color information
#94C182 (or 0x94C182) is known color: Gossip. HEX triplet: 94, C1 and 82. RGB value is (148,193,130). Sum of RGB (Red+Green+Blue) = 148+193+130=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #94C182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C182 is #6B3E7D. Grayscale: #ACACAC. Windows color (decimal): -7028350 or 8569236. OLE color: 8569236.
HSL color Cylindrical-coordinate representation of color #94C182: hue angle of 102.86º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94C182 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 193 | 130 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.24 |
| HSL | 102.86º | 0.34% | 0.63% | - |
| HSV(B) | 102.86º | 0.33% | 0.76% | - |
| XYZ | 35.31 | 46.05 | 28.15 | - |
| YUV | 172.36 | 104.09 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 193 | 130 | 0.23 | 0 | 0.33 | 0.24 | 102.86 | 0.34 | 0.63 |
| Hex | 94 | C1 | 82 | 17 | 0 | 21 | 18 | 67 | 22 | 3F |
| Octal | 224 | 301 | 202 | 27 | 0 | 41 | 30 | 147 | 42 | 77 |
| Binary | 10010100 | 11000001 | 10000010 | 10111 | 0 | 100001 | 11000 | 1100111 | 100010 | 111111 |
Color Harmonies of #94C182
Complementary color
Monochromatic Colors of #94C182
Black with #94C182
Text Example
Text Example
White with #94C182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C182; }
p { color: rgb(148,193,130); }
H1.HeaderClassName
{
color: #94C182;
}
.AnyTagClassName
{
color: #94C182;
}
</style>
background-color css
<style>
a { background-color: #94C182; }
a { background-color: rgb(148,193,130); }
div.DivClassName
{
background-color: #94C182;
}
.BgClassName
{
background-color: #94C182;
}
</style>
border-color css
<style>
span { border-color: #94C182; }
span { border-color: rgb(148,193,130); }
td.TdClassName
{
border-color: #94C182;
}
.TagClassName
{
border-color: #94C182;
}
</style>