Shades of Emerald #4BBA86
Tints of Emerald #4BBA86
RGB
CMYK
RGB Variations
Color information
#4BBA86 (or 0x4BBA86) is known color: Emerald. HEX triplet: 4B, BA and 86. RGB value is (75,186,134). Sum of RGB (Red+Green+Blue) = 75+186+134=395 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.99% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBA86 is #B44579. Grayscale: #929292. Windows color (decimal): -11814266 or 8829515. OLE color: 8829515.
HSL color Cylindrical-coordinate representation of color #4BBA86: hue angle of 151.89º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBA86 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 186 | 134 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.27 |
| HSL | 151.89º | 0.45% | 0.51% | - |
| HSV(B) | 151.89º | 0.6% | 0.73% | - |
| XYZ | 24.76 | 38.33 | 28.65 | - |
| YUV | 146.88 | 120.73 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 186 | 134 | 0.60 | 0 | 0.28 | 0.27 | 151.89 | 0.45 | 0.51 |
| Hex | 4B | BA | 86 | 3C | 0 | 1C | 1B | 98 | 2D | 33 |
| Octal | 113 | 272 | 206 | 74 | 0 | 34 | 33 | 230 | 55 | 63 |
| Binary | 1001011 | 10111010 | 10000110 | 111100 | 0 | 11100 | 11011 | 10011000 | 101101 | 110011 |
Color Harmonies of #4BBA86
Complementary color
Monochromatic Colors of #4BBA86
Black with #4BBA86
Text Example
Text Example
White with #4BBA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBA86; }
p { color: rgb(75,186,134); }
H1.HeaderClassName
{
color: #4BBA86;
}
.AnyTagClassName
{
color: #4BBA86;
}
</style>
background-color css
<style>
a { background-color: #4BBA86; }
a { background-color: rgb(75,186,134); }
div.DivClassName
{
background-color: #4BBA86;
}
.BgClassName
{
background-color: #4BBA86;
}
</style>
border-color css
<style>
span { border-color: #4BBA86; }
span { border-color: rgb(75,186,134); }
td.TdClassName
{
border-color: #4BBA86;
}
.TagClassName
{
border-color: #4BBA86;
}
</style>