#BAA529

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

Shades of Earls Green #BAA529

Tints of Earls Green #BAA529

Color information

#BAA529 (or 0xBAA529) is unknown color: approx Earls Green. HEX triplet: BA, A5 and 29. RGB value is (186,165,41). Sum of RGB (Red+Green+Blue) = 186+165+41=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA529 is #455AD6. Grayscale: #9D9D9D. Windows color (decimal): -4545239 or 2729402. OLE color: 2729402.

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

Color convert

RGB18616541-
CMYK00.110.780.27
HSL51.31º63.88%44.51%-
HSV(B)51.31º77.96%72.94%-
XYZ34.1137.517.54-
YUV157.1462.46148.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 165 (64.84% from 255) = 42.09%
BLUE value IS 41 (16.41% from 255) = 10.46%
R=47.45%
G=42.09%
B=10.46%

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
Decimal1861654100.110.780.2751.3163.8844.51
HexBAA5290B4E1B33402d
Octal27224551013116336310055
Binary1011101010100101101001010111001110110111100111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA529; }

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

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

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

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

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

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

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

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