#BAB42A

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

Shades of Earls Green #BAB42A

Tints of Earls Green #BAB42A

Color information

#BAB42A (or 0xBAB42A) is unknown color: approx Earls Green. HEX triplet: BA, B4 and 2A. RGB value is (186,180,42). Sum of RGB (Red+Green+Blue) = 186+180+42=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB42A is #454BD5. Grayscale: #A6A6A6. Windows color (decimal): -4541398 or 2798778. OLE color: 2798778.

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

Color convert

RGB18618042-
CMYK00.030.770.27
HSL57.5º63.16%44.71%-
HSV(B)57.5º77.42%72.94%-
XYZ36.9943.258.59-
YUV166.0657.99142.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 180 (70.70% from 255) = 44.12%
BLUE value IS 42 (16.80% from 255) = 10.29%
R=45.59%
G=44.12%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861804200.030.770.2757.563.1644.71
HexBAB42A034D1B3a3f2d
Octal272264520311533727755
Binary1011101010110100101010011100110111011111010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB42A; }

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

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

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

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

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

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

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

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