Shades of Shadow Green #92C4BD
Tints of Shadow Green #92C4BD
RGB
CMYK
RGB Variations
Color information
#92C4BD (or 0x92C4BD) is known color: Shadow Green. HEX triplet: 92, C4 and BD. RGB value is (146,196,189). Sum of RGB (Red+Green+Blue) = 146+196+189=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 196 - color contains mainly: green. Hex color #92C4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92C4BD is #6D3B42. Grayscale: #B4B4B4. Windows color (decimal): -7158595 or 12436626. OLE color: 12436626.
HSL color Cylindrical-coordinate representation of color #92C4BD: hue angle of 171.6º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92C4BD is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 196 | 189 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.23 |
| HSL | 171.6º | 0.3% | 0.67% | - |
| HSV(B) | 171.6º | 0.26% | 0.77% | - |
| XYZ | 40.78 | 49.26 | 55.5 | - |
| YUV | 180.25 | 132.94 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 196 | 189 | 0.26 | 0 | 0.04 | 0.23 | 171.6 | 0.3 | 0.67 |
| Hex | 92 | C4 | BD | 1A | 0 | 4 | 17 | AC | 1E | 43 |
| Octal | 222 | 304 | 275 | 32 | 0 | 4 | 27 | 254 | 36 | 103 |
| Binary | 10010010 | 11000100 | 10111101 | 11010 | 0 | 100 | 10111 | 10101100 | 11110 | 1000011 |
Color Harmonies of #92C4BD
Complementary color
Monochromatic Colors of #92C4BD
Black with #92C4BD
Text Example
Text Example
White with #92C4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C4BD; }
p { color: rgb(146,196,189); }
H1.HeaderClassName
{
color: #92C4BD;
}
.AnyTagClassName
{
color: #92C4BD;
}
</style>
background-color css
<style>
a { background-color: #92C4BD; }
a { background-color: rgb(146,196,189); }
div.DivClassName
{
background-color: #92C4BD;
}
.BgClassName
{
background-color: #92C4BD;
}
</style>
border-color css
<style>
span { border-color: #92C4BD; }
span { border-color: rgb(146,196,189); }
td.TdClassName
{
border-color: #92C4BD;
}
.TagClassName
{
border-color: #92C4BD;
}
</style>