Html Css Color HEX #BAA124 Earls Green

📋 copy color: '#BAA124'

red 186 ◦ green 161 ◦ blue 36

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

Shades of Earls Green #BAA124

Tints of Earls Green #BAA124

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.04%

 BLUE value IS 36 (14.45% from 255) = 9.4%

R = 48.56%
G = 42.04%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BAA124 (or 0xBAA124) is known color: Earls Green. HEX triplet: BA, A1 and 24. RGB value is (186,161,36). Sum of RGB (Red+Green+Blue) = 186+161+36=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA124 is #455EDB. Grayscale: #9A9A9A. Windows color (decimal): -4546268 or 2400698. OLE color: 2400698.

HSL color Cylindrical-coordinate representation of color #BAA124: hue angle of 50º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAA124 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 161 36 -
CMYK 0 0.13 0.81 0.27
HSL 50º 0.68% 0.44% -
HSV(B) 50º 0.81% 0.73% -
XYZ 33.31 36.06 6.87 -
YUV 154.23 61.28 150.66 -
System Red Green Blue C M Y K H S L
Decimal 186 161 36 0 0.13 0.81 0.27 50 0.68 0.44
Hex BA A1 24 0 D 51 1B 32 44 2C
Octal 272 241 44 0 15 121 33 62 104 54
Binary 10111010 10100001 100100 0 1101 1010001 11011 110010 1000100 101100

Color Harmonies of #BAA124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA124

Black with #BAA124

Text Example


Text Example

White with #BAA124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA124; }

 p { color: rgb(186,161,36); }

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

background-color css

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

 a { background-color: rgb(186,161,36); }

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

border-color css

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

 span { border-color: rgb(186,161,36); }

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