Html Css Color HEX #BAA41A Earls Green

📋 copy color: '#BAA41A'

red 186 ◦ green 164 ◦ blue 26

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

Shades of Earls Green #BAA41A

Tints of Earls Green #BAA41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.91%

R = 49.47%
G = 43.62%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BAA41A (or 0xBAA41A) is known color: Earls Green. HEX triplet: BA, A4 and 1A. RGB value is (186,164,26). Sum of RGB (Red+Green+Blue) = 186+164+26=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA41A is #455BE5. Grayscale: #9B9B9B. Windows color (decimal): -4545510 or 1746106. OLE color: 1746106.

HSL color Cylindrical-coordinate representation of color #BAA41A: hue angle of 51.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAA41A is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 164 26 -
CMYK 0 0.12 0.86 0.27
HSL 51.75º 0.75% 0.42% -
HSV(B) 51.75º 0.86% 0.73% -
XYZ 33.71 37.06 6.35 -
YUV 154.85 55.29 150.22 -
System Red Green Blue C M Y K H S L
Decimal 186 164 26 0 0.12 0.86 0.27 51.75 0.75 0.42
Hex BA A4 1A 0 C 56 1B 34 4B 2A
Octal 272 244 32 0 14 126 33 64 113 52
Binary 10111010 10100100 11010 0 1100 1010110 11011 110100 1001011 101010

Color Harmonies of #BAA41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA41A

Black with #BAA41A

Text Example


Text Example

White with #BAA41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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