Shades of Shadow Green #92BDB5
Tints of Shadow Green #92BDB5
RGB
CMYK
RGB Variations
Color information
#92BDB5 (or 0x92BDB5) is known color: Shadow Green. HEX triplet: 92, BD and B5. RGB value is (146,189,181). Sum of RGB (Red+Green+Blue) = 146+189+181=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #92BDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDB5 is #6D424A. Grayscale: #AFAFAF. Windows color (decimal): -7160395 or 11910546. OLE color: 11910546.
HSL color Cylindrical-coordinate representation of color #92BDB5: hue angle of 168.84º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92BDB5 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 181 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.26 |
| HSL | 168.84º | 0.25% | 0.66% | - |
| HSV(B) | 168.84º | 0.23% | 0.74% | - |
| XYZ | 38.39 | 45.84 | 50.54 | - |
| YUV | 175.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 181 | 0.23 | 0 | 0.04 | 0.26 | 168.84 | 0.25 | 0.66 |
| Hex | 92 | BD | B5 | 17 | 0 | 4 | 1A | A9 | 19 | 42 |
| Octal | 222 | 275 | 265 | 27 | 0 | 4 | 32 | 251 | 31 | 102 |
| Binary | 10010010 | 10111101 | 10110101 | 10111 | 0 | 100 | 11010 | 10101001 | 11001 | 1000010 |
Color Harmonies of #92BDB5
Complementary color
Monochromatic Colors of #92BDB5
Black with #92BDB5
Text Example
Text Example
White with #92BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BDB5; }
p { color: rgb(146,189,181); }
H1.HeaderClassName
{
color: #92BDB5;
}
.AnyTagClassName
{
color: #92BDB5;
}
</style>
background-color css
<style>
a { background-color: #92BDB5; }
a { background-color: rgb(146,189,181); }
div.DivClassName
{
background-color: #92BDB5;
}
.BgClassName
{
background-color: #92BDB5;
}
</style>
border-color css
<style>
span { border-color: #92BDB5; }
span { border-color: rgb(146,189,181); }
td.TdClassName
{
border-color: #92BDB5;
}
.TagClassName
{
border-color: #92BDB5;
}
</style>