Shades of Gossip #93BE82
Tints of Gossip #93BE82
RGB
CMYK
RGB Variations
Color information
#93BE82 (or 0x93BE82) is known color: Gossip. HEX triplet: 93, BE and 82. RGB value is (147,190,130). Sum of RGB (Red+Green+Blue) = 147+190+130=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #93BE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BE82 is #6C417D. Grayscale: #AAAAAA. Windows color (decimal): -7094654 or 8568467. OLE color: 8568467.
HSL color Cylindrical-coordinate representation of color #93BE82: hue angle of 103º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93BE82 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 190 | 130 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.25 |
| HSL | 103º | 0.32% | 0.63% | - |
| HSV(B) | 103º | 0.32% | 0.75% | - |
| XYZ | 34.48 | 44.64 | 27.92 | - |
| YUV | 170.3 | 105.25 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 130 | 0.23 | 0 | 0.32 | 0.25 | 103 | 0.32 | 0.63 |
| Hex | 93 | BE | 82 | 17 | 0 | 20 | 19 | 67 | 20 | 3F |
| Octal | 223 | 276 | 202 | 27 | 0 | 40 | 31 | 147 | 40 | 77 |
| Binary | 10010011 | 10111110 | 10000010 | 10111 | 0 | 100000 | 11001 | 1100111 | 100000 | 111111 |
Color Harmonies of #93BE82
Complementary color
Monochromatic Colors of #93BE82
Black with #93BE82
Text Example
Text Example
White with #93BE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BE82; }
p { color: rgb(147,190,130); }
H1.HeaderClassName
{
color: #93BE82;
}
.AnyTagClassName
{
color: #93BE82;
}
</style>
background-color css
<style>
a { background-color: #93BE82; }
a { background-color: rgb(147,190,130); }
div.DivClassName
{
background-color: #93BE82;
}
.BgClassName
{
background-color: #93BE82;
}
</style>
border-color css
<style>
span { border-color: #93BE82; }
span { border-color: rgb(147,190,130); }
td.TdClassName
{
border-color: #93BE82;
}
.TagClassName
{
border-color: #93BE82;
}
</style>