Html Css Color HEX #BAA122 Earls Green

📋 copy color: '#BAA122'

red 186 ◦ green 161 ◦ blue 34

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

Shades of Earls Green #BAA122

Tints of Earls Green #BAA122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.92%

R = 48.82%
G = 42.26%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BAA122 (or 0xBAA122) is known color: Earls Green. HEX triplet: BA, A1 and 22. RGB value is (186,161,34). Sum of RGB (Red+Green+Blue) = 186+161+34=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 34 (13.67% from 255 or 8.92% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA122 is #455EDD. Grayscale: #9A9A9A. Windows color (decimal): -4546270 or 2269626. OLE color: 2269626.

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

Color convert

RGB 186 161 34 -
CMYK 0 0.13 0.82 0.27
HSL 50.13º 0.69% 0.43% -
HSV(B) 50.13º 0.82% 0.73% -
XYZ 33.28 36.04 6.72 -
YUV 154 60.28 150.83 -
System Red Green Blue C M Y K H S L
Decimal 186 161 34 0 0.13 0.82 0.27 50.13 0.69 0.43
Hex BA A1 22 0 D 52 1B 32 45 2B
Octal 272 241 42 0 15 122 33 62 105 53
Binary 10111010 10100001 100010 0 1101 1010010 11011 110010 1000101 101011

Color Harmonies of #BAA122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA122

Black with #BAA122

Text Example


Text Example

White with #BAA122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA122; }

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

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

background-color css

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

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

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

border-color css

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

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

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