Shades of Gossip #93D669
Tints of Gossip #93D669
RGB
CMYK
RGB Variations
Color information
#93D669 (or 0x93D669) is known color: Gossip. HEX triplet: 93, D6 and 69. RGB value is (147,214,105). Sum of RGB (Red+Green+Blue) = 147+214+105=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #93D669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D669 is #6C2996. Grayscale: #B5B5B5. Windows color (decimal): -7088535 or 6936211. OLE color: 6936211.
HSL color Cylindrical-coordinate representation of color #93D669: hue angle of 96.88º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93D669 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 214 | 105 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.16 |
| HSL | 96.88º | 0.57% | 0.63% | - |
| HSV(B) | 96.88º | 0.51% | 0.84% | - |
| XYZ | 38.63 | 55.32 | 22.01 | - |
| YUV | 181.54 | 84.8 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 214 | 105 | 0.31 | 0 | 0.51 | 0.16 | 96.88 | 0.57 | 0.63 |
| Hex | 93 | D6 | 69 | 1F | 0 | 33 | 10 | 61 | 39 | 3F |
| Octal | 223 | 326 | 151 | 37 | 0 | 63 | 20 | 141 | 71 | 77 |
| Binary | 10010011 | 11010110 | 1101001 | 11111 | 0 | 110011 | 10000 | 1100001 | 111001 | 111111 |
Color Harmonies of #93D669
Complementary color
Monochromatic Colors of #93D669
Black with #93D669
Text Example
Text Example
White with #93D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D669; }
p { color: rgb(147,214,105); }
H1.HeaderClassName
{
color: #93D669;
}
.AnyTagClassName
{
color: #93D669;
}
</style>
background-color css
<style>
a { background-color: #93D669; }
a { background-color: rgb(147,214,105); }
div.DivClassName
{
background-color: #93D669;
}
.BgClassName
{
background-color: #93D669;
}
</style>
border-color css
<style>
span { border-color: #93D669; }
span { border-color: rgb(147,214,105); }
td.TdClassName
{
border-color: #93D669;
}
.TagClassName
{
border-color: #93D669;
}
</style>