Html Css Color HEX #BAA424 Earls Green

📋 copy color: '#BAA424'

red 186 ◦ green 164 ◦ blue 36

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

Shades of Earls Green #BAA424

Tints of Earls Green #BAA424

RGB

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

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

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

R = 48.19%
G = 42.49%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BAA424 (or 0xBAA424) is known color: Earls Green. HEX triplet: BA, A4 and 24. RGB value is (186,164,36). Sum of RGB (Red+Green+Blue) = 186+164+36=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA424 is #455BDB. Grayscale: #9C9C9C. Windows color (decimal): -4545500 or 2401466. OLE color: 2401466.

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

Color convert

RGB 186 164 36 -
CMYK 0 0.12 0.81 0.27
HSL 51.2º 0.68% 0.44% -
HSV(B) 51.2º 0.81% 0.73% -
XYZ 33.84 37.12 7.05 -
YUV 155.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 186 164 36 0 0.12 0.81 0.27 51.2 0.68 0.44
Hex BA A4 24 0 C 51 1B 33 44 2C
Octal 272 244 44 0 14 121 33 63 104 54
Binary 10111010 10100100 100100 0 1100 1010001 11011 110011 1000100 101100

Color Harmonies of #BAA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA424

Black with #BAA424

Text Example


Text Example

White with #BAA424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA424; }

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

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

background-color css

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

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

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

border-color css

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

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

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