Shades of Shadow Green #92C2B0
Tints of Shadow Green #92C2B0
RGB
CMYK
RGB Variations
Color information
#92C2B0 (or 0x92C2B0) is known color: Shadow Green. HEX triplet: 92, C2 and B0. RGB value is (146,194,176). Sum of RGB (Red+Green+Blue) = 146+194+176=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #92C2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C2B0 is #6D3D4F. Grayscale: #B1B1B1. Windows color (decimal): -7159120 or 11584146. OLE color: 11584146.
HSL color Cylindrical-coordinate representation of color #92C2B0: hue angle of 157.5º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92C2B0 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 194 | 176 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.24 |
| HSL | 157.5º | 0.28% | 0.67% | - |
| HSV(B) | 157.5º | 0.25% | 0.76% | - |
| XYZ | 38.98 | 47.83 | 48.25 | - |
| YUV | 177.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 194 | 176 | 0.25 | 0 | 0.09 | 0.24 | 157.5 | 0.28 | 0.67 |
| Hex | 92 | C2 | B0 | 19 | 0 | 9 | 18 | 9E | 1C | 43 |
| Octal | 222 | 302 | 260 | 31 | 0 | 11 | 30 | 236 | 34 | 103 |
| Binary | 10010010 | 11000010 | 10110000 | 11001 | 0 | 1001 | 11000 | 10011110 | 11100 | 1000011 |
Color Harmonies of #92C2B0
Complementary color
Monochromatic Colors of #92C2B0
Black with #92C2B0
Text Example
Text Example
White with #92C2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C2B0; }
p { color: rgb(146,194,176); }
H1.HeaderClassName
{
color: #92C2B0;
}
.AnyTagClassName
{
color: #92C2B0;
}
</style>
background-color css
<style>
a { background-color: #92C2B0; }
a { background-color: rgb(146,194,176); }
div.DivClassName
{
background-color: #92C2B0;
}
.BgClassName
{
background-color: #92C2B0;
}
</style>
border-color css
<style>
span { border-color: #92C2B0; }
span { border-color: rgb(146,194,176); }
td.TdClassName
{
border-color: #92C2B0;
}
.TagClassName
{
border-color: #92C2B0;
}
</style>