Shades of Shadow Green #93BFB9
Tints of Shadow Green #93BFB9
RGB
CMYK
RGB Variations
Color information
#93BFB9 (or 0x93BFB9) is known color: Shadow Green. HEX triplet: 93, BF and B9. RGB value is (147,191,185). Sum of RGB (Red+Green+Blue) = 147+191+185=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #93BFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BFB9 is #6C4046. Grayscale: #B1B1B1. Windows color (decimal): -7094343 or 12173203. OLE color: 12173203.
HSL color Cylindrical-coordinate representation of color #93BFB9: hue angle of 171.82º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93BFB9 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 191 | 185 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.25 |
| HSL | 171.82º | 0.26% | 0.66% | - |
| HSV(B) | 171.82º | 0.23% | 0.75% | - |
| XYZ | 39.42 | 46.97 | 52.89 | - |
| YUV | 177.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 191 | 185 | 0.23 | 0 | 0.03 | 0.25 | 171.82 | 0.26 | 0.66 |
| Hex | 93 | BF | B9 | 17 | 0 | 3 | 19 | AC | 1A | 42 |
| Octal | 223 | 277 | 271 | 27 | 0 | 3 | 31 | 254 | 32 | 102 |
| Binary | 10010011 | 10111111 | 10111001 | 10111 | 0 | 11 | 11001 | 10101100 | 11010 | 1000010 |
Color Harmonies of #93BFB9
Complementary color
Monochromatic Colors of #93BFB9
Black with #93BFB9
Text Example
Text Example
White with #93BFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BFB9; }
p { color: rgb(147,191,185); }
H1.HeaderClassName
{
color: #93BFB9;
}
.AnyTagClassName
{
color: #93BFB9;
}
</style>
background-color css
<style>
a { background-color: #93BFB9; }
a { background-color: rgb(147,191,185); }
div.DivClassName
{
background-color: #93BFB9;
}
.BgClassName
{
background-color: #93BFB9;
}
</style>
border-color css
<style>
span { border-color: #93BFB9; }
span { border-color: rgb(147,191,185); }
td.TdClassName
{
border-color: #93BFB9;
}
.TagClassName
{
border-color: #93BFB9;
}
</style>