Shades of Envy #8BB492
Tints of Envy #8BB492
RGB
CMYK
RGB Variations
Color information
#8BB492 (or 0x8BB492) is known color: Envy. HEX triplet: 8B, B4 and 92. RGB value is (139,180,146). Sum of RGB (Red+Green+Blue) = 139+180+146=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB492 is #744B6D. Grayscale: #A3A3A3. Windows color (decimal): -7621486 or 9614475. OLE color: 9614475.
HSL color Cylindrical-coordinate representation of color #8BB492: hue angle of 130.24º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BB492 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 180 | 146 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.29 |
| HSL | 130.24º | 0.21% | 0.63% | - |
| HSV(B) | 130.24º | 0.23% | 0.71% | - |
| XYZ | 32.16 | 40.21 | 33.26 | - |
| YUV | 163.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 146 | 0.23 | 0 | 0.19 | 0.29 | 130.24 | 0.21 | 0.63 |
| Hex | 8B | B4 | 92 | 17 | 0 | 13 | 1D | 82 | 15 | 3F |
| Octal | 213 | 264 | 222 | 27 | 0 | 23 | 35 | 202 | 25 | 77 |
| Binary | 10001011 | 10110100 | 10010010 | 10111 | 0 | 10011 | 11101 | 10000010 | 10101 | 111111 |
Color Harmonies of #8BB492
Complementary color
Monochromatic Colors of #8BB492
Black with #8BB492
Text Example
Text Example
White with #8BB492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB492; }
p { color: rgb(139,180,146); }
H1.HeaderClassName
{
color: #8BB492;
}
.AnyTagClassName
{
color: #8BB492;
}
</style>
background-color css
<style>
a { background-color: #8BB492; }
a { background-color: rgb(139,180,146); }
div.DivClassName
{
background-color: #8BB492;
}
.BgClassName
{
background-color: #8BB492;
}
</style>
border-color css
<style>
span { border-color: #8BB492; }
span { border-color: rgb(139,180,146); }
td.TdClassName
{
border-color: #8BB492;
}
.TagClassName
{
border-color: #8BB492;
}
</style>