#BABA2E

Color #BABA2E Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BABA2E

Tints of Earls Green #BABA2E

Color information

#BABA2E (or 0xBABA2E) is unknown color: approx Earls Green. HEX triplet: BA, BA and 2E. RGB value is (186,186,46). Sum of RGB (Red+Green+Blue) = 186+186+46=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA2E is #4545D1. Grayscale: #AAAAAA. Windows color (decimal): -4539858 or 3062458. OLE color: 3062458.

HSL color Cylindrical-coordinate representation of color #BABA2E: hue angle of 60º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BABA2E is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18618646-
CMYK000.750.27
HSL60º60.34%45.49%-
HSV(B)60º75.27%72.94%-
XYZ38.345.759.4-
YUV170.0458139.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 186 (73.05% from 255) = 44.50%
BLUE value IS 46 (18.36% from 255) = 11.00%
R=44.50%
G=44.50%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618646000.750.276060.3445.49
HexBABA2E004B1B3c3c2d
Octal272272560011333747455
Binary101110101011101010111000100101111011111100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA2E; }

 p { color: rgb(186,186,46); }

 H1.HeaderClassName
 {
   color: #BABA2E;
 }
 .AnyTagClassName
 {
   color: #BABA2E;
 }
</style>
background-color css

<style>
 a { background-color: #BABA2E; }

 a { background-color: rgb(186,186,46); }

 div.DivClassName
 {
   background-color: #BABA2E;
 }
 .BgClassName
 {
   background-color: #BABA2E;
 }
</style>
border-color css

<style>
 span { border-color: #BABA2E; }

 span { border-color: rgb(186,186,46); }

 td.TdClassName
 {
   border-color: #BABA2E;
 }
 .TagClassName
 {
   border-color: #BABA2E;
 }
</style>