Shades of Gossip #94C384
Tints of Gossip #94C384
RGB
CMYK
RGB Variations
Color information
#94C384 (or 0x94C384) is known color: Gossip. HEX triplet: 94, C3 and 84. RGB value is (148,195,132). Sum of RGB (Red+Green+Blue) = 148+195+132=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #94C384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C384 is #6B3C7B. Grayscale: #ADADAD. Windows color (decimal): -7027836 or 8700820. OLE color: 8700820.
HSL color Cylindrical-coordinate representation of color #94C384: hue angle of 104.76º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94C384 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 195 | 132 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.24 |
| HSL | 104.76º | 0.34% | 0.64% | - |
| HSV(B) | 104.76º | 0.32% | 0.76% | - |
| XYZ | 35.89 | 46.99 | 29.01 | - |
| YUV | 173.77 | 104.43 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 195 | 132 | 0.24 | 0 | 0.32 | 0.24 | 104.76 | 0.34 | 0.64 |
| Hex | 94 | C3 | 84 | 18 | 0 | 20 | 18 | 69 | 22 | 40 |
| Octal | 224 | 303 | 204 | 30 | 0 | 40 | 30 | 151 | 42 | 100 |
| Binary | 10010100 | 11000011 | 10000100 | 11000 | 0 | 100000 | 11000 | 1101001 | 100010 | 1000000 |
Color Harmonies of #94C384
Complementary color
Monochromatic Colors of #94C384
Black with #94C384
Text Example
Text Example
White with #94C384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C384; }
p { color: rgb(148,195,132); }
H1.HeaderClassName
{
color: #94C384;
}
.AnyTagClassName
{
color: #94C384;
}
</style>
background-color css
<style>
a { background-color: #94C384; }
a { background-color: rgb(148,195,132); }
div.DivClassName
{
background-color: #94C384;
}
.BgClassName
{
background-color: #94C384;
}
</style>
border-color css
<style>
span { border-color: #94C384; }
span { border-color: rgb(148,195,132); }
td.TdClassName
{
border-color: #94C384;
}
.TagClassName
{
border-color: #94C384;
}
</style>