#BAAA29

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

Shades of Earls Green #BAAA29

Tints of Earls Green #BAAA29

Color information

#BAAA29 (or 0xBAAA29) is unknown color: approx Earls Green. HEX triplet: BA, AA and 29. RGB value is (186,170,41). Sum of RGB (Red+Green+Blue) = 186+170+41=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA29 is #4555D6. Grayscale: #A0A0A0. Windows color (decimal): -4543959 or 2730682. OLE color: 2730682.

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

Color convert

RGB18617041-
CMYK00.090.780.27
HSL53.38º63.88%44.51%-
HSV(B)53.38º77.96%72.94%-
XYZ35.0239.357.85-
YUV160.0860.8146.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 170 (66.80% from 255) = 42.82%
BLUE value IS 41 (16.41% from 255) = 10.33%
R=46.85%
G=42.82%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861704100.090.780.2753.3863.8844.51
HexBAAA29094E1B35402d
Octal27225251011116336510055
Binary1011101010101010101001010011001110110111101011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA29; }

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

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

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

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

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

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

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

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