Shades of Shadow Green #92C0B6
Tints of Shadow Green #92C0B6
RGB
CMYK
RGB Variations
Color information
#92C0B6 (or 0x92C0B6) is known color: Shadow Green. HEX triplet: 92, C0 and B6. RGB value is (146,192,182). Sum of RGB (Red+Green+Blue) = 146+192+182=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #92C0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C0B6 is #6D3F49. Grayscale: #B1B1B1. Windows color (decimal): -7159626 or 11976850. OLE color: 11976850.
HSL color Cylindrical-coordinate representation of color #92C0B6: hue angle of 166.96º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92C0B6 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 192 | 182 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.25 |
| HSL | 166.96º | 0.27% | 0.66% | - |
| HSV(B) | 166.96º | 0.24% | 0.75% | - |
| XYZ | 39.15 | 47.19 | 51.3 | - |
| YUV | 177.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 182 | 0.24 | 0 | 0.05 | 0.25 | 166.96 | 0.27 | 0.66 |
| Hex | 92 | C0 | B6 | 18 | 0 | 5 | 19 | A7 | 1B | 42 |
| Octal | 222 | 300 | 266 | 30 | 0 | 5 | 31 | 247 | 33 | 102 |
| Binary | 10010010 | 11000000 | 10110110 | 11000 | 0 | 101 | 11001 | 10100111 | 11011 | 1000010 |
Color Harmonies of #92C0B6
Complementary color
Monochromatic Colors of #92C0B6
Black with #92C0B6
Text Example
Text Example
White with #92C0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C0B6; }
p { color: rgb(146,192,182); }
H1.HeaderClassName
{
color: #92C0B6;
}
.AnyTagClassName
{
color: #92C0B6;
}
</style>
background-color css
<style>
a { background-color: #92C0B6; }
a { background-color: rgb(146,192,182); }
div.DivClassName
{
background-color: #92C0B6;
}
.BgClassName
{
background-color: #92C0B6;
}
</style>
border-color css
<style>
span { border-color: #92C0B6; }
span { border-color: rgb(146,192,182); }
td.TdClassName
{
border-color: #92C0B6;
}
.TagClassName
{
border-color: #92C0B6;
}
</style>