Shades of Shadow Green #93BAB0
Tints of Shadow Green #93BAB0
RGB
CMYK
RGB Variations
Color information
#93BAB0 (or 0x93BAB0) is known color: Shadow Green. HEX triplet: 93, BA and B0. RGB value is (147,186,176). Sum of RGB (Red+Green+Blue) = 147+186+176=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #93BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BAB0 is #6C454F. Grayscale: #ADADAD. Windows color (decimal): -7095632 or 11582099. OLE color: 11582099.
HSL color Cylindrical-coordinate representation of color #93BAB0: hue angle of 164.62º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93BAB0 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 176 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.27 |
| HSL | 164.62º | 0.22% | 0.65% | - |
| HSV(B) | 164.62º | 0.21% | 0.73% | - |
| XYZ | 37.43 | 44.46 | 47.68 | - |
| YUV | 173.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 176 | 0.21 | 0 | 0.05 | 0.27 | 164.62 | 0.22 | 0.65 |
| Hex | 93 | BA | B0 | 15 | 0 | 5 | 1B | A5 | 16 | 41 |
| Octal | 223 | 272 | 260 | 25 | 0 | 5 | 33 | 245 | 26 | 101 |
| Binary | 10010011 | 10111010 | 10110000 | 10101 | 0 | 101 | 11011 | 10100101 | 10110 | 1000001 |
Color Harmonies of #93BAB0
Complementary color
Monochromatic Colors of #93BAB0
Black with #93BAB0
Text Example
Text Example
White with #93BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BAB0; }
p { color: rgb(147,186,176); }
H1.HeaderClassName
{
color: #93BAB0;
}
.AnyTagClassName
{
color: #93BAB0;
}
</style>
background-color css
<style>
a { background-color: #93BAB0; }
a { background-color: rgb(147,186,176); }
div.DivClassName
{
background-color: #93BAB0;
}
.BgClassName
{
background-color: #93BAB0;
}
</style>
border-color css
<style>
span { border-color: #93BAB0; }
span { border-color: rgb(147,186,176); }
td.TdClassName
{
border-color: #93BAB0;
}
.TagClassName
{
border-color: #93BAB0;
}
</style>