Shades of Shadow Green #92C5B0
Tints of Shadow Green #92C5B0
RGB
CMYK
RGB Variations
Color information
#92C5B0 (or 0x92C5B0) is known color: Shadow Green. HEX triplet: 92, C5 and B0. RGB value is (146,197,176). Sum of RGB (Red+Green+Blue) = 146+197+176=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #92C5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C5B0 is #6D3A4F. Grayscale: #B3B3B3. Windows color (decimal): -7158352 or 11584914. OLE color: 11584914.
HSL color Cylindrical-coordinate representation of color #92C5B0: hue angle of 155.29º 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 #92C5B0 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 176 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.23 |
| HSL | 155.29º | 0.31% | 0.67% | - |
| HSV(B) | 155.29º | 0.26% | 0.77% | - |
| XYZ | 39.66 | 49.18 | 48.48 | - |
| YUV | 179.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 176 | 0.26 | 0 | 0.11 | 0.23 | 155.29 | 0.31 | 0.67 |
| Hex | 92 | C5 | B0 | 1A | 0 | B | 17 | 9B | 1F | 43 |
| Octal | 222 | 305 | 260 | 32 | 0 | 13 | 27 | 233 | 37 | 103 |
| Binary | 10010010 | 11000101 | 10110000 | 11010 | 0 | 1011 | 10111 | 10011011 | 11111 | 1000011 |
Color Harmonies of #92C5B0
Complementary color
Monochromatic Colors of #92C5B0
Black with #92C5B0
Text Example
Text Example
White with #92C5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C5B0; }
p { color: rgb(146,197,176); }
H1.HeaderClassName
{
color: #92C5B0;
}
.AnyTagClassName
{
color: #92C5B0;
}
</style>
background-color css
<style>
a { background-color: #92C5B0; }
a { background-color: rgb(146,197,176); }
div.DivClassName
{
background-color: #92C5B0;
}
.BgClassName
{
background-color: #92C5B0;
}
</style>
border-color css
<style>
span { border-color: #92C5B0; }
span { border-color: rgb(146,197,176); }
td.TdClassName
{
border-color: #92C5B0;
}
.TagClassName
{
border-color: #92C5B0;
}
</style>