Shades of Shadow Green #92BCB1
Tints of Shadow Green #92BCB1
RGB
CMYK
RGB Variations
Color information
#92BCB1 (or 0x92BCB1) is known color: Shadow Green. HEX triplet: 92, BC and B1. RGB value is (146,188,177). Sum of RGB (Red+Green+Blue) = 146+188+177=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #92BCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BCB1 is #6D434E. Grayscale: #AEAEAE. Windows color (decimal): -7160655 or 11648146. OLE color: 11648146.
HSL color Cylindrical-coordinate representation of color #92BCB1: hue angle of 164.29º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92BCB1 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 188 | 177 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.26 |
| HSL | 164.29º | 0.24% | 0.65% | - |
| HSV(B) | 164.29º | 0.22% | 0.74% | - |
| XYZ | 37.77 | 45.25 | 48.34 | - |
| YUV | 174.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 177 | 0.22 | 0 | 0.06 | 0.26 | 164.29 | 0.24 | 0.65 |
| Hex | 92 | BC | B1 | 16 | 0 | 6 | 1A | A4 | 18 | 41 |
| Octal | 222 | 274 | 261 | 26 | 0 | 6 | 32 | 244 | 30 | 101 |
| Binary | 10010010 | 10111100 | 10110001 | 10110 | 0 | 110 | 11010 | 10100100 | 11000 | 1000001 |
Color Harmonies of #92BCB1
Complementary color
Monochromatic Colors of #92BCB1
Black with #92BCB1
Text Example
Text Example
White with #92BCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BCB1; }
p { color: rgb(146,188,177); }
H1.HeaderClassName
{
color: #92BCB1;
}
.AnyTagClassName
{
color: #92BCB1;
}
</style>
background-color css
<style>
a { background-color: #92BCB1; }
a { background-color: rgb(146,188,177); }
div.DivClassName
{
background-color: #92BCB1;
}
.BgClassName
{
background-color: #92BCB1;
}
</style>
border-color css
<style>
span { border-color: #92BCB1; }
span { border-color: rgb(146,188,177); }
td.TdClassName
{
border-color: #92BCB1;
}
.TagClassName
{
border-color: #92BCB1;
}
</style>