Shades of Shadow Green #93BFBD
Tints of Shadow Green #93BFBD
RGB
CMYK
RGB Variations
Color information
#93BFBD (or 0x93BFBD) is known color: Shadow Green. HEX triplet: 93, BF and BD. RGB value is (147,191,189). Sum of RGB (Red+Green+Blue) = 147+191+189=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 191 - color contains mainly: green. Hex color #93BFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BFBD is #6C4042. Grayscale: #B1B1B1. Windows color (decimal): -7094339 or 12435347. OLE color: 12435347.
HSL color Cylindrical-coordinate representation of color #93BFBD: hue angle of 177.27º 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 #93BFBD is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 191 | 189 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.25 |
| HSL | 177.27º | 0.26% | 0.66% | - |
| HSV(B) | 177.27º | 0.23% | 0.75% | - |
| XYZ | 39.85 | 47.14 | 55.14 | - |
| YUV | 177.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 191 | 189 | 0.23 | 0 | 0.01 | 0.25 | 177.27 | 0.26 | 0.66 |
| Hex | 93 | BF | BD | 17 | 0 | 1 | 19 | B1 | 1A | 42 |
| Octal | 223 | 277 | 275 | 27 | 0 | 1 | 31 | 261 | 32 | 102 |
| Binary | 10010011 | 10111111 | 10111101 | 10111 | 0 | 1 | 11001 | 10110001 | 11010 | 1000010 |
Color Harmonies of #93BFBD
Complementary color
Monochromatic Colors of #93BFBD
Black with #93BFBD
Text Example
Text Example
White with #93BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BFBD; }
p { color: rgb(147,191,189); }
H1.HeaderClassName
{
color: #93BFBD;
}
.AnyTagClassName
{
color: #93BFBD;
}
</style>
background-color css
<style>
a { background-color: #93BFBD; }
a { background-color: rgb(147,191,189); }
div.DivClassName
{
background-color: #93BFBD;
}
.BgClassName
{
background-color: #93BFBD;
}
</style>
border-color css
<style>
span { border-color: #93BFBD; }
span { border-color: rgb(147,191,189); }
td.TdClassName
{
border-color: #93BFBD;
}
.TagClassName
{
border-color: #93BFBD;
}
</style>