Shades of Shadow Green #92C9BD
Tints of Shadow Green #92C9BD
RGB
CMYK
RGB Variations
Color information
#92C9BD (or 0x92C9BD) is known color: Shadow Green. HEX triplet: 92, C9 and BD. RGB value is (146,201,189). Sum of RGB (Red+Green+Blue) = 146+201+189=536 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.24% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 201 - color contains mainly: green. Hex color #92C9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C9BD is #6D3642. Grayscale: #B7B7B7. Windows color (decimal): -7157315 or 12437906. OLE color: 12437906.
HSL color Cylindrical-coordinate representation of color #92C9BD: hue angle of 166.91º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92C9BD is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 201 | 189 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.21 |
| HSL | 166.91º | 0.34% | 0.68% | - |
| HSV(B) | 166.91º | 0.27% | 0.79% | - |
| XYZ | 41.93 | 51.56 | 55.89 | - |
| YUV | 183.19 | 131.28 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 201 | 189 | 0.27 | 0 | 0.06 | 0.21 | 166.91 | 0.34 | 0.68 |
| Hex | 92 | C9 | BD | 1B | 0 | 6 | 15 | A7 | 22 | 44 |
| Octal | 222 | 311 | 275 | 33 | 0 | 6 | 25 | 247 | 42 | 104 |
| Binary | 10010010 | 11001001 | 10111101 | 11011 | 0 | 110 | 10101 | 10100111 | 100010 | 1000100 |
Color Harmonies of #92C9BD
Complementary color
Monochromatic Colors of #92C9BD
Black with #92C9BD
Text Example
Text Example
White with #92C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C9BD; }
p { color: rgb(146,201,189); }
H1.HeaderClassName
{
color: #92C9BD;
}
.AnyTagClassName
{
color: #92C9BD;
}
</style>
background-color css
<style>
a { background-color: #92C9BD; }
a { background-color: rgb(146,201,189); }
div.DivClassName
{
background-color: #92C9BD;
}
.BgClassName
{
background-color: #92C9BD;
}
</style>
border-color css
<style>
span { border-color: #92C9BD; }
span { border-color: rgb(146,201,189); }
td.TdClassName
{
border-color: #92C9BD;
}
.TagClassName
{
border-color: #92C9BD;
}
</style>