#BAA629

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

Shades of Earls Green #BAA629

Tints of Earls Green #BAA629

Color information

#BAA629 (or 0xBAA629) is unknown color: approx Earls Green. HEX triplet: BA, A6 and 29. RGB value is (186,166,41). Sum of RGB (Red+Green+Blue) = 186+166+41=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA629 is #4559D6. Grayscale: #9E9E9E. Windows color (decimal): -4544983 or 2729658. OLE color: 2729658.

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

Color convert

RGB18616641-
CMYK00.110.780.27
HSL51.72º63.88%44.51%-
HSV(B)51.72º77.96%72.94%-
XYZ34.2937.877.6-
YUV157.7362.13148.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 166 (65.23% from 255) = 42.24%
BLUE value IS 41 (16.41% from 255) = 10.43%
R=47.33%
G=42.24%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861664100.110.780.2751.7263.8844.51
HexBAA6290B4E1B34402d
Octal27224651013116336410055
Binary1011101010100110101001010111001110110111101001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA629; }

 p { color: rgb(186,166,41); }

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

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

 a { background-color: rgb(186,166,41); }

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

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

 span { border-color: rgb(186,166,41); }

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