Shades of Gossip #93BC83
Tints of Gossip #93BC83
RGB
CMYK
RGB Variations
Color information
#93BC83 (or 0x93BC83) is known color: Gossip. HEX triplet: 93, BC and 83. RGB value is (147,188,131). Sum of RGB (Red+Green+Blue) = 147+188+131=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BC83 is #6C437C. Grayscale: #A9A9A9. Windows color (decimal): -7095165 or 8633491. OLE color: 8633491.
HSL color Cylindrical-coordinate representation of color #93BC83: hue angle of 103.16º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93BC83 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 131 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.26 |
| HSL | 103.16º | 0.3% | 0.63% | - |
| HSV(B) | 103.16º | 0.3% | 0.74% | - |
| XYZ | 34.11 | 43.81 | 28.13 | - |
| YUV | 169.24 | 106.42 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 131 | 0.22 | 0 | 0.30 | 0.26 | 103.16 | 0.3 | 0.63 |
| Hex | 93 | BC | 83 | 16 | 0 | 1E | 1A | 67 | 1E | 3F |
| Octal | 223 | 274 | 203 | 26 | 0 | 36 | 32 | 147 | 36 | 77 |
| Binary | 10010011 | 10111100 | 10000011 | 10110 | 0 | 11110 | 11010 | 1100111 | 11110 | 111111 |
Color Harmonies of #93BC83
Complementary color
Monochromatic Colors of #93BC83
Black with #93BC83
Text Example
Text Example
White with #93BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC83; }
p { color: rgb(147,188,131); }
H1.HeaderClassName
{
color: #93BC83;
}
.AnyTagClassName
{
color: #93BC83;
}
</style>
background-color css
<style>
a { background-color: #93BC83; }
a { background-color: rgb(147,188,131); }
div.DivClassName
{
background-color: #93BC83;
}
.BgClassName
{
background-color: #93BC83;
}
</style>
border-color css
<style>
span { border-color: #93BC83; }
span { border-color: rgb(147,188,131); }
td.TdClassName
{
border-color: #93BC83;
}
.TagClassName
{
border-color: #93BC83;
}
</style>