Html Css Color HEX #BAA429 Earls Green

📋 copy color: '#BAA429'

red 186 ◦ green 164 ◦ blue 41

#BAA429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #BAA429

Tints of Earls Green #BAA429

RGB

 RED value IS 186 (73.05% from 255) = 47.57%

 GREEN value IS 164 (64.45% from 255) = 41.94%

 BLUE value IS 41 (16.41% from 255) = 10.49%

R = 47.57%
G = 41.94%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BAA429 (or 0xBAA429) is known color: Earls Green. HEX triplet: BA, A4 and 29. RGB value is (186,164,41). Sum of RGB (Red+Green+Blue) = 186+164+41=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA429 is #455BD6. Grayscale: #9D9D9D. Windows color (decimal): -4545495 or 2729146. OLE color: 2729146.

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

Color convert

RGB 186 164 41 -
CMYK 0 0.12 0.78 0.27
HSL 50.9º 0.64% 0.45% -
HSV(B) 50.9º 0.78% 0.73% -
XYZ 33.93 37.15 7.48 -
YUV 156.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 186 164 41 0 0.12 0.78 0.27 50.9 0.64 0.45
Hex BA A4 29 0 C 4E 1B 33 40 2D
Octal 272 244 51 0 14 116 33 63 100 55
Binary 10111010 10100100 101001 0 1100 1001110 11011 110011 1000000 101101

Color Harmonies of #BAA429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA429

Black with #BAA429

Text Example


Text Example

White with #BAA429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA429; }

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

 H1.HeaderClassName
 {
   color: #BAA429;
 }
 .AnyTagClassName
 {
   color: #BAA429;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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