#BAB42E

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

Shades of Earls Green #BAB42E

Tints of Earls Green #BAB42E

Color information

#BAB42E (or 0xBAB42E) is unknown color: approx Earls Green. HEX triplet: BA, B4 and 2E. RGB value is (186,180,46). Sum of RGB (Red+Green+Blue) = 186+180+46=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB42E is #454BD1. Grayscale: #A7A7A7. Windows color (decimal): -4541394 or 3060922. OLE color: 3060922.

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

Color convert

RGB18618046-
CMYK00.030.750.27
HSL57.43º60.34%45.49%-
HSV(B)57.43º75.27%72.94%-
XYZ37.0643.288.98-
YUV166.5259.99141.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 180 (70.70% from 255) = 43.69%
BLUE value IS 46 (18.36% from 255) = 11.17%
R=45.15%
G=43.69%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861804600.030.750.2757.4360.3445.49
HexBAB42E034B1B393c2d
Octal272264560311333717455
Binary1011101010110100101110011100101111011111001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB42E; }

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

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

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

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

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

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

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

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