Shades of Shadow Green #92C6BD
Tints of Shadow Green #92C6BD
RGB
CMYK
RGB Variations
Color information
#92C6BD (or 0x92C6BD) is known color: Shadow Green. HEX triplet: 92, C6 and BD. RGB value is (146,198,189). Sum of RGB (Red+Green+Blue) = 146+198+189=533 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.39% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 198 - color contains mainly: green. Hex color #92C6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C6BD is #6D3942. Grayscale: #B5B5B5. Windows color (decimal): -7158083 or 12437138. OLE color: 12437138.
HSL color Cylindrical-coordinate representation of color #92C6BD: hue angle of 169.62º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92C6BD is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 198 | 189 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.22 |
| HSL | 169.62º | 0.31% | 0.67% | - |
| HSV(B) | 169.62º | 0.26% | 0.78% | - |
| XYZ | 41.23 | 50.17 | 55.66 | - |
| YUV | 181.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 198 | 189 | 0.26 | 0 | 0.05 | 0.22 | 169.62 | 0.31 | 0.67 |
| Hex | 92 | C6 | BD | 1A | 0 | 5 | 16 | AA | 1F | 43 |
| Octal | 222 | 306 | 275 | 32 | 0 | 5 | 26 | 252 | 37 | 103 |
| Binary | 10010010 | 11000110 | 10111101 | 11010 | 0 | 101 | 10110 | 10101010 | 11111 | 1000011 |
Color Harmonies of #92C6BD
Complementary color
Monochromatic Colors of #92C6BD
Black with #92C6BD
Text Example
Text Example
White with #92C6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C6BD; }
p { color: rgb(146,198,189); }
H1.HeaderClassName
{
color: #92C6BD;
}
.AnyTagClassName
{
color: #92C6BD;
}
</style>
background-color css
<style>
a { background-color: #92C6BD; }
a { background-color: rgb(146,198,189); }
div.DivClassName
{
background-color: #92C6BD;
}
.BgClassName
{
background-color: #92C6BD;
}
</style>
border-color css
<style>
span { border-color: #92C6BD; }
span { border-color: rgb(146,198,189); }
td.TdClassName
{
border-color: #92C6BD;
}
.TagClassName
{
border-color: #92C6BD;
}
</style>