#BAA829

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

Shades of Earls Green #BAA829

Tints of Earls Green #BAA829

Color information

#BAA829 (or 0xBAA829) is unknown color: approx Earls Green. HEX triplet: BA, A8 and 29. RGB value is (186,168,41). Sum of RGB (Red+Green+Blue) = 186+168+41=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA829 is #4557D6. Grayscale: #9F9F9F. Windows color (decimal): -4544471 or 2730170. OLE color: 2730170.

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

Color convert

RGB18616841-
CMYK00.100.780.27
HSL52.55º63.88%44.51%-
HSV(B)52.55º77.96%72.94%-
XYZ34.6538.67.72-
YUV158.961.46147.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 168 (66.02% from 255) = 42.53%
BLUE value IS 41 (16.41% from 255) = 10.38%
R=47.09%
G=42.53%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861684100.100.780.2752.5563.8844.51
HexBAA8290A4E1B35402d
Octal27225051012116336510055
Binary1011101010101000101001010101001110110111101011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA829; }

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

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

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

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

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

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

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

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