Shades of Gossip #93CE7B
Tints of Gossip #93CE7B
RGB
CMYK
RGB Variations
Color information
#93CE7B (or 0x93CE7B) is known color: Gossip. HEX triplet: 93, CE and 7B. RGB value is (147,206,123). Sum of RGB (Red+Green+Blue) = 147+206+123=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CE7B is #6C3184. Grayscale: #B3B3B3. Windows color (decimal): -7090565 or 8113811. OLE color: 8113811.
HSL color Cylindrical-coordinate representation of color #93CE7B: hue angle of 102.65º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93CE7B is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 206 | 123 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.19 |
| HSL | 102.65º | 0.46% | 0.65% | - |
| HSV(B) | 102.65º | 0.4% | 0.81% | - |
| XYZ | 37.68 | 51.78 | 26.75 | - |
| YUV | 178.9 | 96.45 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 206 | 123 | 0.29 | 0 | 0.40 | 0.19 | 102.65 | 0.46 | 0.65 |
| Hex | 93 | CE | 7B | 1D | 0 | 28 | 13 | 67 | 2E | 41 |
| Octal | 223 | 316 | 173 | 35 | 0 | 50 | 23 | 147 | 56 | 101 |
| Binary | 10010011 | 11001110 | 1111011 | 11101 | 0 | 101000 | 10011 | 1100111 | 101110 | 1000001 |
Color Harmonies of #93CE7B
Complementary color
Monochromatic Colors of #93CE7B
Black with #93CE7B
Text Example
Text Example
White with #93CE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CE7B; }
p { color: rgb(147,206,123); }
H1.HeaderClassName
{
color: #93CE7B;
}
.AnyTagClassName
{
color: #93CE7B;
}
</style>
background-color css
<style>
a { background-color: #93CE7B; }
a { background-color: rgb(147,206,123); }
div.DivClassName
{
background-color: #93CE7B;
}
.BgClassName
{
background-color: #93CE7B;
}
</style>
border-color css
<style>
span { border-color: #93CE7B; }
span { border-color: rgb(147,206,123); }
td.TdClassName
{
border-color: #93CE7B;
}
.TagClassName
{
border-color: #93CE7B;
}
</style>