#BAB62E

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

Shades of Earls Green #BAB62E

Tints of Earls Green #BAB62E

Color information

#BAB62E (or 0xBAB62E) is unknown color: approx Earls Green. HEX triplet: BA, B6 and 2E. RGB value is (186,182,46). Sum of RGB (Red+Green+Blue) = 186+182+46=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB62E is #4549D1. Grayscale: #A8A8A8. Windows color (decimal): -4540882 or 3061434. OLE color: 3061434.

HSL color Cylindrical-coordinate representation of color #BAB62E: hue angle of 58.29º 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 #BAB62E is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18618246-
CMYK00.020.750.27
HSL58.29º60.34%45.49%-
HSV(B)58.29º75.27%72.94%-
XYZ37.4744.099.12-
YUV167.6959.33141.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 182 (71.48% from 255) = 43.96%
BLUE value IS 46 (18.36% from 255) = 11.11%
R=44.93%
G=43.96%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861824600.020.750.2758.2960.3445.49
HexBAB62E024B1B3a3c2d
Octal272266560211333727455
Binary1011101010110110101110010100101111011111010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB62E; }

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

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

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

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

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

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

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

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