Html Css Color HEX #BAA024 Earls Green

📋 copy color: '#BAA024'

red 186 ◦ green 160 ◦ blue 36

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

Shades of Earls Green #BAA024

Tints of Earls Green #BAA024

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.88%

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

R = 48.69%
G = 41.88%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BAA024 (or 0xBAA024) is known color: Earls Green. HEX triplet: BA, A0 and 24. RGB value is (186,160,36). Sum of RGB (Red+Green+Blue) = 186+160+36=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA024 is #455FDB. Grayscale: #9A9A9A. Windows color (decimal): -4546524 or 2400442. OLE color: 2400442.

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

Color convert

RGB 186 160 36 -
CMYK 0 0.14 0.81 0.27
HSL 49.6º 0.68% 0.44% -
HSV(B) 49.6º 0.81% 0.73% -
XYZ 33.14 35.71 6.81 -
YUV 153.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 186 160 36 0 0.14 0.81 0.27 49.6 0.68 0.44
Hex BA A0 24 0 E 51 1B 32 44 2C
Octal 272 240 44 0 16 121 33 62 104 54
Binary 10111010 10100000 100100 0 1110 1010001 11011 110010 1000100 101100

Color Harmonies of #BAA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA024

Black with #BAA024

Text Example


Text Example

White with #BAA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA024; }

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

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

background-color css

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

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

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

border-color css

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

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

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