#BAAE1D

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

Shades of Earls Green #BAAE1D

Tints of Earls Green #BAAE1D

Color information

#BAAE1D (or 0xBAAE1D) is unknown color: approx Earls Green. HEX triplet: BA, AE and 1D. RGB value is (186,174,29). Sum of RGB (Red+Green+Blue) = 186+174+29=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE1D is #4551E2. Grayscale: #A1A1A1. Windows color (decimal): -4542947 or 1945274. OLE color: 1945274.

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

Color convert

RGB18617429-
CMYK00.060.840.27
HSL55.41º73.02%42.16%-
HSV(B)55.41º84.41%72.94%-
XYZ35.6140.87.16-
YUV161.0653.48145.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 174 (68.36% from 255) = 44.73%
BLUE value IS 29 (11.72% from 255) = 7.46%
R=47.81%
G=44.73%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861742900.060.840.2755.4173.0242.16
HexBAAE1D06541B37492a
Octal2722563506124336711152
Binary10111010101011101110101101010100110111101111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE1D; }

 p { color: rgb(186,174,29); }

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

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

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

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

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

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

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