Shades of Shadow Green #92BEBE
Tints of Shadow Green #92BEBE
RGB
CMYK
RGB Variations
Color information
#92BEBE (or 0x92BEBE) is known color: Shadow Green. HEX triplet: 92, BE and BE. RGB value is (146,190,190). Sum of RGB (Red+Green+Blue) = 146+190+190=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #92BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BEBE is #6D4141. Grayscale: #B0B0B0. Windows color (decimal): -7160130 or 12500626. OLE color: 12500626.
HSL color Cylindrical-coordinate representation of color #92BEBE: hue angle of 180º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92BEBE is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 190 | 190 | - |
| CMYK | 0.23 | 0 | 0 | 0.25 |
| HSL | 180º | 0.25% | 0.66% | - |
| HSV(B) | 180º | 0.23% | 0.75% | - |
| XYZ | 39.56 | 46.66 | 55.64 | - |
| YUV | 176.84 | 135.42 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 190 | 190 | 0.23 | 0 | 0 | 0.25 | 180 | 0.25 | 0.66 |
| Hex | 92 | BE | BE | 17 | 0 | 0 | 19 | B4 | 19 | 42 |
| Octal | 222 | 276 | 276 | 27 | 0 | 0 | 31 | 264 | 31 | 102 |
| Binary | 10010010 | 10111110 | 10111110 | 10111 | 0 | 0 | 11001 | 10110100 | 11001 | 1000010 |
Color Harmonies of #92BEBE
Complementary color
Monochromatic Colors of #92BEBE
Black with #92BEBE
Text Example
Text Example
White with #92BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BEBE; }
p { color: rgb(146,190,190); }
H1.HeaderClassName
{
color: #92BEBE;
}
.AnyTagClassName
{
color: #92BEBE;
}
</style>
background-color css
<style>
a { background-color: #92BEBE; }
a { background-color: rgb(146,190,190); }
div.DivClassName
{
background-color: #92BEBE;
}
.BgClassName
{
background-color: #92BEBE;
}
</style>
border-color css
<style>
span { border-color: #92BEBE; }
span { border-color: rgb(146,190,190); }
td.TdClassName
{
border-color: #92BEBE;
}
.TagClassName
{
border-color: #92BEBE;
}
</style>