Shades of Gossip #94C77B
Tints of Gossip #94C77B
RGB
CMYK
RGB Variations
Color information
#94C77B (or 0x94C77B) is known color: Gossip. HEX triplet: 94, C7 and 7B. RGB value is (148,199,123). Sum of RGB (Red+Green+Blue) = 148+199+123=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 199 - color contains mainly: green. Hex color #94C77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C77B is #6B3884. Grayscale: #AFAFAF. Windows color (decimal): -7026821 or 8112020. OLE color: 8112020.
HSL color Cylindrical-coordinate representation of color #94C77B: hue angle of 100.26º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94C77B is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 199 | 123 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.22 |
| HSL | 100.26º | 0.4% | 0.63% | - |
| HSV(B) | 100.26º | 0.38% | 0.78% | - |
| XYZ | 36.21 | 48.57 | 26.21 | - |
| YUV | 175.09 | 98.6 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 199 | 123 | 0.26 | 0 | 0.38 | 0.22 | 100.26 | 0.4 | 0.63 |
| Hex | 94 | C7 | 7B | 1A | 0 | 26 | 16 | 64 | 28 | 3F |
| Octal | 224 | 307 | 173 | 32 | 0 | 46 | 26 | 144 | 50 | 77 |
| Binary | 10010100 | 11000111 | 1111011 | 11010 | 0 | 100110 | 10110 | 1100100 | 101000 | 111111 |
Color Harmonies of #94C77B
Complementary color
Monochromatic Colors of #94C77B
Black with #94C77B
Text Example
Text Example
White with #94C77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C77B; }
p { color: rgb(148,199,123); }
H1.HeaderClassName
{
color: #94C77B;
}
.AnyTagClassName
{
color: #94C77B;
}
</style>
background-color css
<style>
a { background-color: #94C77B; }
a { background-color: rgb(148,199,123); }
div.DivClassName
{
background-color: #94C77B;
}
.BgClassName
{
background-color: #94C77B;
}
</style>
border-color css
<style>
span { border-color: #94C77B; }
span { border-color: rgb(148,199,123); }
td.TdClassName
{
border-color: #94C77B;
}
.TagClassName
{
border-color: #94C77B;
}
</style>