Shades of Shadow Green #92BCB5
Tints of Shadow Green #92BCB5
RGB
CMYK
RGB Variations
Color information
#92BCB5 (or 0x92BCB5) is known color: Shadow Green. HEX triplet: 92, BC and B5. RGB value is (146,188,181). Sum of RGB (Red+Green+Blue) = 146+188+181=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #92BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCB5 is #6D434A. Grayscale: #AEAEAE. Windows color (decimal): -7160651 or 11910290. OLE color: 11910290.
HSL color Cylindrical-coordinate representation of color #92BCB5: hue angle of 170º 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 #92BCB5 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 188 | 181 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.26 |
| HSL | 170º | 0.24% | 0.65% | - |
| HSV(B) | 170º | 0.22% | 0.74% | - |
| XYZ | 38.18 | 45.41 | 50.47 | - |
| YUV | 174.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 181 | 0.22 | 0 | 0.04 | 0.26 | 170 | 0.24 | 0.65 |
| Hex | 92 | BC | B5 | 16 | 0 | 4 | 1A | AA | 18 | 41 |
| Octal | 222 | 274 | 265 | 26 | 0 | 4 | 32 | 252 | 30 | 101 |
| Binary | 10010010 | 10111100 | 10110101 | 10110 | 0 | 100 | 11010 | 10101010 | 11000 | 1000001 |
Color Harmonies of #92BCB5
Complementary color
Monochromatic Colors of #92BCB5
Black with #92BCB5
Text Example
Text Example
White with #92BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BCB5; }
p { color: rgb(146,188,181); }
H1.HeaderClassName
{
color: #92BCB5;
}
.AnyTagClassName
{
color: #92BCB5;
}
</style>
background-color css
<style>
a { background-color: #92BCB5; }
a { background-color: rgb(146,188,181); }
div.DivClassName
{
background-color: #92BCB5;
}
.BgClassName
{
background-color: #92BCB5;
}
</style>
border-color css
<style>
span { border-color: #92BCB5; }
span { border-color: rgb(146,188,181); }
td.TdClassName
{
border-color: #92BCB5;
}
.TagClassName
{
border-color: #92BCB5;
}
</style>