Shades of Shadow Green #92BFBD
Tints of Shadow Green #92BFBD
RGB
CMYK
RGB Variations
Color information
#92BFBD (or 0x92BFBD) is known color: Shadow Green. HEX triplet: 92, BF and BD. RGB value is (146,191,189). Sum of RGB (Red+Green+Blue) = 146+191+189=526 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.76% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #92BFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BFBD is #6D4042. Grayscale: #B1B1B1. Windows color (decimal): -7159875 or 12435346. OLE color: 12435346.
HSL color Cylindrical-coordinate representation of color #92BFBD: hue angle of 177.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92BFBD is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 191 | 189 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.25 |
| HSL | 177.33º | 0.26% | 0.66% | - |
| HSV(B) | 177.33º | 0.24% | 0.75% | - |
| XYZ | 39.67 | 47.05 | 55.13 | - |
| YUV | 177.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 191 | 189 | 0.24 | 0 | 0.01 | 0.25 | 177.33 | 0.26 | 0.66 |
| Hex | 92 | BF | BD | 18 | 0 | 1 | 19 | B1 | 1A | 42 |
| Octal | 222 | 277 | 275 | 30 | 0 | 1 | 31 | 261 | 32 | 102 |
| Binary | 10010010 | 10111111 | 10111101 | 11000 | 0 | 1 | 11001 | 10110001 | 11010 | 1000010 |
Color Harmonies of #92BFBD
Complementary color
Monochromatic Colors of #92BFBD
Black with #92BFBD
Text Example
Text Example
White with #92BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BFBD; }
p { color: rgb(146,191,189); }
H1.HeaderClassName
{
color: #92BFBD;
}
.AnyTagClassName
{
color: #92BFBD;
}
</style>
background-color css
<style>
a { background-color: #92BFBD; }
a { background-color: rgb(146,191,189); }
div.DivClassName
{
background-color: #92BFBD;
}
.BgClassName
{
background-color: #92BFBD;
}
</style>
border-color css
<style>
span { border-color: #92BFBD; }
span { border-color: rgb(146,191,189); }
td.TdClassName
{
border-color: #92BFBD;
}
.TagClassName
{
border-color: #92BFBD;
}
</style>