Shades of Shadow Green #92C6B9
Tints of Shadow Green #92C6B9
RGB
CMYK
RGB Variations
Color information
#92C6B9 (or 0x92C6B9) is known color: Shadow Green. HEX triplet: 92, C6 and B9. RGB value is (146,198,185). Sum of RGB (Red+Green+Blue) = 146+198+185=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #92C6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C6B9 is #6D3946. Grayscale: #B4B4B4. Windows color (decimal): -7158087 or 12174994. OLE color: 12174994.
HSL color Cylindrical-coordinate representation of color #92C6B9: hue angle of 165º 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 #92C6B9 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 198 | 185 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.22 |
| HSL | 165º | 0.31% | 0.67% | - |
| HSV(B) | 165º | 0.26% | 0.78% | - |
| XYZ | 40.81 | 50 | 53.4 | - |
| YUV | 180.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 198 | 185 | 0.26 | 0 | 0.07 | 0.22 | 165 | 0.31 | 0.67 |
| Hex | 92 | C6 | B9 | 1A | 0 | 7 | 16 | A5 | 1F | 43 |
| Octal | 222 | 306 | 271 | 32 | 0 | 7 | 26 | 245 | 37 | 103 |
| Binary | 10010010 | 11000110 | 10111001 | 11010 | 0 | 111 | 10110 | 10100101 | 11111 | 1000011 |
Color Harmonies of #92C6B9
Complementary color
Monochromatic Colors of #92C6B9
Black with #92C6B9
Text Example
Text Example
White with #92C6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C6B9; }
p { color: rgb(146,198,185); }
H1.HeaderClassName
{
color: #92C6B9;
}
.AnyTagClassName
{
color: #92C6B9;
}
</style>
background-color css
<style>
a { background-color: #92C6B9; }
a { background-color: rgb(146,198,185); }
div.DivClassName
{
background-color: #92C6B9;
}
.BgClassName
{
background-color: #92C6B9;
}
</style>
border-color css
<style>
span { border-color: #92C6B9; }
span { border-color: rgb(146,198,185); }
td.TdClassName
{
border-color: #92C6B9;
}
.TagClassName
{
border-color: #92C6B9;
}
</style>