Html Css Color HEX #BAA120 Earls Green

📋 copy color: '#BAA120'

red 186 ◦ green 161 ◦ blue 32

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

Shades of Earls Green #BAA120

Tints of Earls Green #BAA120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.44%

R = 49.08%
G = 42.48%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BAA120 (or 0xBAA120) is known color: Earls Green. HEX triplet: BA, A1 and 20. RGB value is (186,161,32). Sum of RGB (Red+Green+Blue) = 186+161+32=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA120 is #455EDF. Grayscale: #9A9A9A. Windows color (decimal): -4546272 or 2138554. OLE color: 2138554.

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

Color convert

RGB 186 161 32 -
CMYK 0 0.13 0.83 0.27
HSL 50.26º 0.71% 0.43% -
HSV(B) 50.26º 0.83% 0.73% -
XYZ 33.26 36.03 6.57 -
YUV 153.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 186 161 32 0 0.13 0.83 0.27 50.26 0.71 0.43
Hex BA A1 20 0 D 53 1B 32 47 2B
Octal 272 241 40 0 15 123 33 62 107 53
Binary 10111010 10100001 100000 0 1101 1010011 11011 110010 1000111 101011

Color Harmonies of #BAA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA120

Black with #BAA120

Text Example


Text Example

White with #BAA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA120; }

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

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

background-color css

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

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

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

border-color css

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

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

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