Shades of Shadow Green #93BAB2
Tints of Shadow Green #93BAB2
RGB
CMYK
RGB Variations
Color information
#93BAB2 (or 0x93BAB2) is known color: Shadow Green. HEX triplet: 93, BA and B2. RGB value is (147,186,178). Sum of RGB (Red+Green+Blue) = 147+186+178=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #93BAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BAB2 is #6C454D. Grayscale: #ADADAD. Windows color (decimal): -7095630 or 11713171. OLE color: 11713171.
HSL color Cylindrical-coordinate representation of color #93BAB2: hue angle of 167.69º 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 #93BAB2 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 178 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.27 |
| HSL | 167.69º | 0.22% | 0.65% | - |
| HSV(B) | 167.69º | 0.21% | 0.73% | - |
| XYZ | 37.63 | 44.54 | 48.73 | - |
| YUV | 173.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 178 | 0.21 | 0 | 0.04 | 0.27 | 167.69 | 0.22 | 0.65 |
| Hex | 93 | BA | B2 | 15 | 0 | 4 | 1B | A8 | 16 | 41 |
| Octal | 223 | 272 | 262 | 25 | 0 | 4 | 33 | 250 | 26 | 101 |
| Binary | 10010011 | 10111010 | 10110010 | 10101 | 0 | 100 | 11011 | 10101000 | 10110 | 1000001 |
Color Harmonies of #93BAB2
Complementary color
Monochromatic Colors of #93BAB2
Black with #93BAB2
Text Example
Text Example
White with #93BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BAB2; }
p { color: rgb(147,186,178); }
H1.HeaderClassName
{
color: #93BAB2;
}
.AnyTagClassName
{
color: #93BAB2;
}
</style>
background-color css
<style>
a { background-color: #93BAB2; }
a { background-color: rgb(147,186,178); }
div.DivClassName
{
background-color: #93BAB2;
}
.BgClassName
{
background-color: #93BAB2;
}
</style>
border-color css
<style>
span { border-color: #93BAB2; }
span { border-color: rgb(147,186,178); }
td.TdClassName
{
border-color: #93BAB2;
}
.TagClassName
{
border-color: #93BAB2;
}
</style>