Html Css Color HEX #BAA620 Earls Green

📋 copy color: '#BAA620'

red 186 ◦ green 166 ◦ blue 32

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

Shades of Earls Green #BAA620

Tints of Earls Green #BAA620

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.23%

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

R = 48.44%
G = 43.23%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BAA620 (or 0xBAA620) is known color: Earls Green. HEX triplet: BA, A6 and 20. RGB value is (186,166,32). Sum of RGB (Red+Green+Blue) = 186+166+32=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA620 is #4559DF. Grayscale: #9D9D9D. Windows color (decimal): -4544992 or 2139834. OLE color: 2139834.

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

Color convert

RGB 186 166 32 -
CMYK 0 0.11 0.83 0.27
HSL 52.21º 0.71% 0.43% -
HSV(B) 52.21º 0.83% 0.73% -
XYZ 34.15 37.82 6.87 -
YUV 156.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 186 166 32 0 0.11 0.83 0.27 52.21 0.71 0.43
Hex BA A6 20 0 B 53 1B 34 47 2B
Octal 272 246 40 0 13 123 33 64 107 53
Binary 10111010 10100110 100000 0 1011 1010011 11011 110100 1000111 101011

Color Harmonies of #BAA620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA620

Black with #BAA620

Text Example


Text Example

White with #BAA620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA620; }

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

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

background-color css

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

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

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

border-color css

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

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

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