Shades of Gossip #94C285
Tints of Gossip #94C285
RGB
CMYK
RGB Variations
Color information
#94C285 (or 0x94C285) is known color: Gossip. HEX triplet: 94, C2 and 85. RGB value is (148,194,133). Sum of RGB (Red+Green+Blue) = 148+194+133=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #94C285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C285 is #6B3D7A. Grayscale: #ADADAD. Windows color (decimal): -7028091 or 8766100. OLE color: 8766100.
HSL color Cylindrical-coordinate representation of color #94C285: hue angle of 105.25º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94C285 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 133 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.24 |
| HSL | 105.25º | 0.33% | 0.64% | - |
| HSV(B) | 105.25º | 0.31% | 0.76% | - |
| XYZ | 35.74 | 46.57 | 29.3 | - |
| YUV | 173.29 | 105.26 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 133 | 0.24 | 0 | 0.31 | 0.24 | 105.25 | 0.33 | 0.64 |
| Hex | 94 | C2 | 85 | 18 | 0 | 1F | 18 | 69 | 21 | 40 |
| Octal | 224 | 302 | 205 | 30 | 0 | 37 | 30 | 151 | 41 | 100 |
| Binary | 10010100 | 11000010 | 10000101 | 11000 | 0 | 11111 | 11000 | 1101001 | 100001 | 1000000 |
Color Harmonies of #94C285
Complementary color
Monochromatic Colors of #94C285
Black with #94C285
Text Example
Text Example
White with #94C285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C285; }
p { color: rgb(148,194,133); }
H1.HeaderClassName
{
color: #94C285;
}
.AnyTagClassName
{
color: #94C285;
}
</style>
background-color css
<style>
a { background-color: #94C285; }
a { background-color: rgb(148,194,133); }
div.DivClassName
{
background-color: #94C285;
}
.BgClassName
{
background-color: #94C285;
}
</style>
border-color css
<style>
span { border-color: #94C285; }
span { border-color: rgb(148,194,133); }
td.TdClassName
{
border-color: #94C285;
}
.TagClassName
{
border-color: #94C285;
}
</style>