Shades of Envy #8BB18F
Tints of Envy #8BB18F
RGB
CMYK
RGB Variations
Color information
#8BB18F (or 0x8BB18F) is known color: Envy. HEX triplet: 8B, B1 and 8F. RGB value is (139,177,143). Sum of RGB (Red+Green+Blue) = 139+177+143=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB18F is #744E70. Grayscale: #A1A1A1. Windows color (decimal): -7622257 or 9417099. OLE color: 9417099.
HSL color Cylindrical-coordinate representation of color #8BB18F: hue angle of 126.32º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BB18F is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 177 | 143 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.31 |
| HSL | 126.32º | 0.2% | 0.62% | - |
| HSV(B) | 126.32º | 0.21% | 0.69% | - |
| XYZ | 31.33 | 38.92 | 31.85 | - |
| YUV | 161.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 143 | 0.21 | 0 | 0.19 | 0.31 | 126.32 | 0.2 | 0.62 |
| Hex | 8B | B1 | 8F | 15 | 0 | 13 | 1F | 7E | 14 | 3E |
| Octal | 213 | 261 | 217 | 25 | 0 | 23 | 37 | 176 | 24 | 76 |
| Binary | 10001011 | 10110001 | 10001111 | 10101 | 0 | 10011 | 11111 | 1111110 | 10100 | 111110 |
Color Harmonies of #8BB18F
Complementary color
Monochromatic Colors of #8BB18F
Black with #8BB18F
Text Example
Text Example
White with #8BB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB18F; }
p { color: rgb(139,177,143); }
H1.HeaderClassName
{
color: #8BB18F;
}
.AnyTagClassName
{
color: #8BB18F;
}
</style>
background-color css
<style>
a { background-color: #8BB18F; }
a { background-color: rgb(139,177,143); }
div.DivClassName
{
background-color: #8BB18F;
}
.BgClassName
{
background-color: #8BB18F;
}
</style>
border-color css
<style>
span { border-color: #8BB18F; }
span { border-color: rgb(139,177,143); }
td.TdClassName
{
border-color: #8BB18F;
}
.TagClassName
{
border-color: #8BB18F;
}
</style>