Shades of Gossip #94C685
Tints of Gossip #94C685
RGB
CMYK
RGB Variations
Color information
#94C685 (or 0x94C685) is known color: Gossip. HEX triplet: 94, C6 and 85. RGB value is (148,198,133). Sum of RGB (Red+Green+Blue) = 148+198+133=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #94C685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C685 is #6B397A. Grayscale: #AFAFAF. Windows color (decimal): -7027067 or 8767124. OLE color: 8767124.
HSL color Cylindrical-coordinate representation of color #94C685: hue angle of 106.15º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94C685 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 198 | 133 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.22 |
| HSL | 106.15º | 0.36% | 0.65% | - |
| HSV(B) | 106.15º | 0.33% | 0.78% | - |
| XYZ | 36.64 | 48.38 | 29.6 | - |
| YUV | 175.64 | 103.94 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 198 | 133 | 0.25 | 0 | 0.33 | 0.22 | 106.15 | 0.36 | 0.65 |
| Hex | 94 | C6 | 85 | 19 | 0 | 21 | 16 | 6A | 24 | 41 |
| Octal | 224 | 306 | 205 | 31 | 0 | 41 | 26 | 152 | 44 | 101 |
| Binary | 10010100 | 11000110 | 10000101 | 11001 | 0 | 100001 | 10110 | 1101010 | 100100 | 1000001 |
Color Harmonies of #94C685
Complementary color
Monochromatic Colors of #94C685
Black with #94C685
Text Example
Text Example
White with #94C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C685; }
p { color: rgb(148,198,133); }
H1.HeaderClassName
{
color: #94C685;
}
.AnyTagClassName
{
color: #94C685;
}
</style>
background-color css
<style>
a { background-color: #94C685; }
a { background-color: rgb(148,198,133); }
div.DivClassName
{
background-color: #94C685;
}
.BgClassName
{
background-color: #94C685;
}
</style>
border-color css
<style>
span { border-color: #94C685; }
span { border-color: rgb(148,198,133); }
td.TdClassName
{
border-color: #94C685;
}
.TagClassName
{
border-color: #94C685;
}
</style>