Shades of Shadow Green #92BAB5
Tints of Shadow Green #92BAB5
RGB
CMYK
RGB Variations
Color information
#92BAB5 (or 0x92BAB5) is known color: Shadow Green. HEX triplet: 92, BA and B5. RGB value is (146,186,181). Sum of RGB (Red+Green+Blue) = 146+186+181=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #92BAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BAB5 is #6D454A. Grayscale: #ADADAD. Windows color (decimal): -7161163 or 11909778. OLE color: 11909778.
HSL color Cylindrical-coordinate representation of color #92BAB5: hue angle of 172.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92BAB5 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 181 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.27 |
| HSL | 172.5º | 0.22% | 0.65% | - |
| HSV(B) | 172.5º | 0.22% | 0.73% | - |
| XYZ | 37.75 | 44.57 | 50.33 | - |
| YUV | 173.47 | 132.25 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 181 | 0.22 | 0 | 0.03 | 0.27 | 172.5 | 0.22 | 0.65 |
| Hex | 92 | BA | B5 | 16 | 0 | 3 | 1B | AC | 16 | 41 |
| Octal | 222 | 272 | 265 | 26 | 0 | 3 | 33 | 254 | 26 | 101 |
| Binary | 10010010 | 10111010 | 10110101 | 10110 | 0 | 11 | 11011 | 10101100 | 10110 | 1000001 |
Color Harmonies of #92BAB5
Complementary color
Monochromatic Colors of #92BAB5
Black with #92BAB5
Text Example
Text Example
White with #92BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BAB5; }
p { color: rgb(146,186,181); }
H1.HeaderClassName
{
color: #92BAB5;
}
.AnyTagClassName
{
color: #92BAB5;
}
</style>
background-color css
<style>
a { background-color: #92BAB5; }
a { background-color: rgb(146,186,181); }
div.DivClassName
{
background-color: #92BAB5;
}
.BgClassName
{
background-color: #92BAB5;
}
</style>
border-color css
<style>
span { border-color: #92BAB5; }
span { border-color: rgb(146,186,181); }
td.TdClassName
{
border-color: #92BAB5;
}
.TagClassName
{
border-color: #92BAB5;
}
</style>