Shades of Gossip #93C97B
Tints of Gossip #93C97B
RGB
CMYK
RGB Variations
Color information
#93C97B (or 0x93C97B) is known color: Gossip. HEX triplet: 93, C9 and 7B. RGB value is (147,201,123). Sum of RGB (Red+Green+Blue) = 147+201+123=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #93C97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C97B is #6C3684. Grayscale: #B0B0B0. Windows color (decimal): -7091845 or 8112531. OLE color: 8112531.
HSL color Cylindrical-coordinate representation of color #93C97B: hue angle of 101.54º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93C97B is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 201 | 123 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.21 |
| HSL | 101.54º | 0.42% | 0.64% | - |
| HSV(B) | 101.54º | 0.39% | 0.79% | - |
| XYZ | 36.49 | 49.41 | 26.35 | - |
| YUV | 175.96 | 98.11 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 201 | 123 | 0.27 | 0 | 0.39 | 0.21 | 101.54 | 0.42 | 0.64 |
| Hex | 93 | C9 | 7B | 1B | 0 | 27 | 15 | 66 | 2A | 40 |
| Octal | 223 | 311 | 173 | 33 | 0 | 47 | 25 | 146 | 52 | 100 |
| Binary | 10010011 | 11001001 | 1111011 | 11011 | 0 | 100111 | 10101 | 1100110 | 101010 | 1000000 |
Color Harmonies of #93C97B
Complementary color
Monochromatic Colors of #93C97B
Black with #93C97B
Text Example
Text Example
White with #93C97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C97B; }
p { color: rgb(147,201,123); }
H1.HeaderClassName
{
color: #93C97B;
}
.AnyTagClassName
{
color: #93C97B;
}
</style>
background-color css
<style>
a { background-color: #93C97B; }
a { background-color: rgb(147,201,123); }
div.DivClassName
{
background-color: #93C97B;
}
.BgClassName
{
background-color: #93C97B;
}
</style>
border-color css
<style>
span { border-color: #93C97B; }
span { border-color: rgb(147,201,123); }
td.TdClassName
{
border-color: #93C97B;
}
.TagClassName
{
border-color: #93C97B;
}
</style>