Shades of Shadow Green #92C0B2
Tints of Shadow Green #92C0B2
RGB
CMYK
RGB Variations
Color information
#92C0B2 (or 0x92C0B2) is known color: Shadow Green. HEX triplet: 92, C0 and B2. RGB value is (146,192,178). Sum of RGB (Red+Green+Blue) = 146+192+178=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #92C0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C0B2 is #6D3F4D. Grayscale: #B0B0B0. Windows color (decimal): -7159630 or 11714706. OLE color: 11714706.
HSL color Cylindrical-coordinate representation of color #92C0B2: hue angle of 161.74º 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 #92C0B2 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 192 | 178 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.25 |
| HSL | 161.74º | 0.27% | 0.66% | - |
| HSV(B) | 161.74º | 0.24% | 0.75% | - |
| XYZ | 38.74 | 47.02 | 49.15 | - |
| YUV | 176.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 178 | 0.24 | 0 | 0.07 | 0.25 | 161.74 | 0.27 | 0.66 |
| Hex | 92 | C0 | B2 | 18 | 0 | 7 | 19 | A2 | 1B | 42 |
| Octal | 222 | 300 | 262 | 30 | 0 | 7 | 31 | 242 | 33 | 102 |
| Binary | 10010010 | 11000000 | 10110010 | 11000 | 0 | 111 | 11001 | 10100010 | 11011 | 1000010 |
Color Harmonies of #92C0B2
Complementary color
Monochromatic Colors of #92C0B2
Black with #92C0B2
Text Example
Text Example
White with #92C0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C0B2; }
p { color: rgb(146,192,178); }
H1.HeaderClassName
{
color: #92C0B2;
}
.AnyTagClassName
{
color: #92C0B2;
}
</style>
background-color css
<style>
a { background-color: #92C0B2; }
a { background-color: rgb(146,192,178); }
div.DivClassName
{
background-color: #92C0B2;
}
.BgClassName
{
background-color: #92C0B2;
}
</style>
border-color css
<style>
span { border-color: #92C0B2; }
span { border-color: rgb(146,192,178); }
td.TdClassName
{
border-color: #92C0B2;
}
.TagClassName
{
border-color: #92C0B2;
}
</style>