#4BBA86

Color #4BBA86 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4BBA86

Tints of Emerald #4BBA86

Color information

#4BBA86 (or 0x4BBA86) is unknown color: approx 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

RGB75186134-
CMYK0.6000.280.27
HSL151.89º44.58%51.18%-
HSV(B)151.89º59.68%72.94%-
XYZ24.7638.3328.65-
YUV146.88120.7376.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 18.99%
GREEN value IS 186 (73.05% from 255) = 47.09%
BLUE value IS 134 (52.73% from 255) = 33.92%
R=18.99%
G=47.09%
B=33.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751861340.6000.280.27151.8944.5851.18
Hex4BBA863C01C1B982d33
Octal11327220674034332305563
Binary100101110111010100001101111000111001101110011000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>