#BAAE2A

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

Shades of Earls Green #BAAE2A

Tints of Earls Green #BAAE2A

Color information

#BAAE2A (or 0xBAAE2A) is unknown color: approx Earls Green. HEX triplet: BA, AE and 2A. RGB value is (186,174,42). Sum of RGB (Red+Green+Blue) = 186+174+42=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE2A is #4551D5. Grayscale: #A3A3A3. Windows color (decimal): -4542934 or 2797242. OLE color: 2797242.

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

Color convert

RGB18617442-
CMYK00.060.770.27
HSL55º63.16%44.71%-
HSV(B)55º77.42%72.94%-
XYZ35.840.888.19-
YUV162.5459.98144.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 42 (16.80% from 255) = 10.45%
R=46.27%
G=43.28%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861744200.060.770.275563.1644.71
HexBAAE2A064D1B373f2d
Octal272256520611533677755
Binary10111010101011101010100110100110111011110111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE2A; }

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

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

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

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

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

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

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

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