Shades of Shadow Green #92C5BC
Tints of Shadow Green #92C5BC
RGB
CMYK
RGB Variations
Color information
#92C5BC (or 0x92C5BC) is known color: Shadow Green. HEX triplet: 92, C5 and BC. RGB value is (146,197,188). Sum of RGB (Red+Green+Blue) = 146+197+188=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 197 - color contains mainly: green. Hex color #92C5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C5BC is #6D3A43. Grayscale: #B4B4B4. Windows color (decimal): -7158340 or 12371346. OLE color: 12371346.
HSL color Cylindrical-coordinate representation of color #92C5BC: hue angle of 169.41º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92C5BC is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 188 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.23 |
| HSL | 169.41º | 0.31% | 0.67% | - |
| HSV(B) | 169.41º | 0.26% | 0.77% | - |
| XYZ | 40.9 | 49.67 | 55.01 | - |
| YUV | 180.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 188 | 0.26 | 0 | 0.05 | 0.23 | 169.41 | 0.31 | 0.67 |
| Hex | 92 | C5 | BC | 1A | 0 | 5 | 17 | A9 | 1F | 43 |
| Octal | 222 | 305 | 274 | 32 | 0 | 5 | 27 | 251 | 37 | 103 |
| Binary | 10010010 | 11000101 | 10111100 | 11010 | 0 | 101 | 10111 | 10101001 | 11111 | 1000011 |
Color Harmonies of #92C5BC
Complementary color
Monochromatic Colors of #92C5BC
Black with #92C5BC
Text Example
Text Example
White with #92C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C5BC; }
p { color: rgb(146,197,188); }
H1.HeaderClassName
{
color: #92C5BC;
}
.AnyTagClassName
{
color: #92C5BC;
}
</style>
background-color css
<style>
a { background-color: #92C5BC; }
a { background-color: rgb(146,197,188); }
div.DivClassName
{
background-color: #92C5BC;
}
.BgClassName
{
background-color: #92C5BC;
}
</style>
border-color css
<style>
span { border-color: #92C5BC; }
span { border-color: rgb(146,197,188); }
td.TdClassName
{
border-color: #92C5BC;
}
.TagClassName
{
border-color: #92C5BC;
}
</style>