Shades of Gossip #93C081
Tints of Gossip #93C081
RGB
CMYK
RGB Variations
Color information
#93C081 (or 0x93C081) is known color: Gossip. HEX triplet: 93, C0 and 81. RGB value is (147,192,129). Sum of RGB (Red+Green+Blue) = 147+192+129=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #93C081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C081 is #6C3F7E. Grayscale: #ABABAB. Windows color (decimal): -7094143 or 8503443. OLE color: 8503443.
HSL color Cylindrical-coordinate representation of color #93C081: hue angle of 102.86º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93C081 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 129 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.25 |
| HSL | 102.86º | 0.33% | 0.63% | - |
| HSV(B) | 102.86º | 0.33% | 0.75% | - |
| XYZ | 34.84 | 45.49 | 27.71 | - |
| YUV | 171.36 | 104.09 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 129 | 0.23 | 0 | 0.33 | 0.25 | 102.86 | 0.33 | 0.63 |
| Hex | 93 | C0 | 81 | 17 | 0 | 21 | 19 | 67 | 21 | 3F |
| Octal | 223 | 300 | 201 | 27 | 0 | 41 | 31 | 147 | 41 | 77 |
| Binary | 10010011 | 11000000 | 10000001 | 10111 | 0 | 100001 | 11001 | 1100111 | 100001 | 111111 |
Color Harmonies of #93C081
Complementary color
Monochromatic Colors of #93C081
Black with #93C081
Text Example
Text Example
White with #93C081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C081; }
p { color: rgb(147,192,129); }
H1.HeaderClassName
{
color: #93C081;
}
.AnyTagClassName
{
color: #93C081;
}
</style>
background-color css
<style>
a { background-color: #93C081; }
a { background-color: rgb(147,192,129); }
div.DivClassName
{
background-color: #93C081;
}
.BgClassName
{
background-color: #93C081;
}
</style>
border-color css
<style>
span { border-color: #93C081; }
span { border-color: rgb(147,192,129); }
td.TdClassName
{
border-color: #93C081;
}
.TagClassName
{
border-color: #93C081;
}
</style>