#BAAC1A

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

Shades of Earls Green #BAAC1A

Tints of Earls Green #BAAC1A

Color information

#BAAC1A (or 0xBAAC1A) is unknown color: approx Earls Green. HEX triplet: BA, AC and 1A. RGB value is (186,172,26). Sum of RGB (Red+Green+Blue) = 186+172+26=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC1A is #4553E5. Grayscale: #A0A0A0. Windows color (decimal): -4543462 or 1748154. OLE color: 1748154.

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

Color convert

RGB18617226-
CMYK00.080.860.27
HSL54.75º75.47%41.57%-
HSV(B)54.75º86.02%72.94%-
XYZ35.1940.026.85-
YUV159.5452.64146.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 172 (67.58% from 255) = 44.79%
BLUE value IS 26 (10.55% from 255) = 6.77%
R=48.44%
G=44.79%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861722600.080.860.2754.7575.4741.57
HexBAAC1A08561B374b2a
Octal27225432010126336711352
Binary101110101010110011010010001010110110111101111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC1A; }

 p { color: rgb(186,172,26); }

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

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

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

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

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

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

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