Shades of Gossip #94C37B
Tints of Gossip #94C37B
RGB
CMYK
RGB Variations
Color information
#94C37B (or 0x94C37B) is known color: Gossip. HEX triplet: 94, C3 and 7B. RGB value is (148,195,123). Sum of RGB (Red+Green+Blue) = 148+195+123=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #94C37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C37B is #6B3C84. Grayscale: #ACACAC. Windows color (decimal): -7027845 or 8110996. OLE color: 8110996.
HSL color Cylindrical-coordinate representation of color #94C37B: hue angle of 99.17º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94C37B is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 195 | 123 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.24 |
| HSL | 99.17º | 0.38% | 0.62% | - |
| HSV(B) | 99.17º | 0.37% | 0.76% | - |
| XYZ | 35.3 | 46.76 | 25.9 | - |
| YUV | 172.74 | 99.93 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 195 | 123 | 0.24 | 0 | 0.37 | 0.24 | 99.17 | 0.38 | 0.62 |
| Hex | 94 | C3 | 7B | 18 | 0 | 25 | 18 | 63 | 26 | 3E |
| Octal | 224 | 303 | 173 | 30 | 0 | 45 | 30 | 143 | 46 | 76 |
| Binary | 10010100 | 11000011 | 1111011 | 11000 | 0 | 100101 | 11000 | 1100011 | 100110 | 111110 |
Color Harmonies of #94C37B
Complementary color
Monochromatic Colors of #94C37B
Black with #94C37B
Text Example
Text Example
White with #94C37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C37B; }
p { color: rgb(148,195,123); }
H1.HeaderClassName
{
color: #94C37B;
}
.AnyTagClassName
{
color: #94C37B;
}
</style>
background-color css
<style>
a { background-color: #94C37B; }
a { background-color: rgb(148,195,123); }
div.DivClassName
{
background-color: #94C37B;
}
.BgClassName
{
background-color: #94C37B;
}
</style>
border-color css
<style>
span { border-color: #94C37B; }
span { border-color: rgb(148,195,123); }
td.TdClassName
{
border-color: #94C37B;
}
.TagClassName
{
border-color: #94C37B;
}
</style>