Shades of Shadow Green #93BAB1
Tints of Shadow Green #93BAB1
RGB
CMYK
RGB Variations
Color information
#93BAB1 (or 0x93BAB1) is known color: Shadow Green. HEX triplet: 93, BA and B1. RGB value is (147,186,177). Sum of RGB (Red+Green+Blue) = 147+186+177=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #93BAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BAB1 is #6C454E. Grayscale: #ADADAD. Windows color (decimal): -7095631 or 11647635. OLE color: 11647635.
HSL color Cylindrical-coordinate representation of color #93BAB1: hue angle of 166.15º 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 #93BAB1 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 177 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.27 |
| HSL | 166.15º | 0.22% | 0.65% | - |
| HSV(B) | 166.15º | 0.21% | 0.73% | - |
| XYZ | 37.53 | 44.5 | 48.21 | - |
| YUV | 173.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 177 | 0.21 | 0 | 0.05 | 0.27 | 166.15 | 0.22 | 0.65 |
| Hex | 93 | BA | B1 | 15 | 0 | 5 | 1B | A6 | 16 | 41 |
| Octal | 223 | 272 | 261 | 25 | 0 | 5 | 33 | 246 | 26 | 101 |
| Binary | 10010011 | 10111010 | 10110001 | 10101 | 0 | 101 | 11011 | 10100110 | 10110 | 1000001 |
Color Harmonies of #93BAB1
Complementary color
Monochromatic Colors of #93BAB1
Black with #93BAB1
Text Example
Text Example
White with #93BAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BAB1; }
p { color: rgb(147,186,177); }
H1.HeaderClassName
{
color: #93BAB1;
}
.AnyTagClassName
{
color: #93BAB1;
}
</style>
background-color css
<style>
a { background-color: #93BAB1; }
a { background-color: rgb(147,186,177); }
div.DivClassName
{
background-color: #93BAB1;
}
.BgClassName
{
background-color: #93BAB1;
}
</style>
border-color css
<style>
span { border-color: #93BAB1; }
span { border-color: rgb(147,186,177); }
td.TdClassName
{
border-color: #93BAB1;
}
.TagClassName
{
border-color: #93BAB1;
}
</style>