Html Css Color HEX #BAA820 Earls Green

📋 copy color: '#BAA820'

red 186 ◦ green 168 ◦ blue 32

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

Shades of Earls Green #BAA820

Tints of Earls Green #BAA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.52%

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

R = 48.19%
G = 43.52%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BAA820 (or 0xBAA820) is known color: Earls Green. HEX triplet: BA, A8 and 20. RGB value is (186,168,32). Sum of RGB (Red+Green+Blue) = 186+168+32=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA820 is #4557DF. Grayscale: #9E9E9E. Windows color (decimal): -4544480 or 2140346. OLE color: 2140346.

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

Color convert

RGB 186 168 32 -
CMYK 0 0.10 0.83 0.27
HSL 52.99º 0.71% 0.43% -
HSV(B) 52.99º 0.83% 0.73% -
XYZ 34.51 38.55 6.99 -
YUV 157.88 56.96 148.06 -
System Red Green Blue C M Y K H S L
Decimal 186 168 32 0 0.10 0.83 0.27 52.99 0.71 0.43
Hex BA A8 20 0 A 53 1B 35 47 2B
Octal 272 250 40 0 12 123 33 65 107 53
Binary 10111010 10101000 100000 0 1010 1010011 11011 110101 1000111 101011

Color Harmonies of #BAA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA820

Black with #BAA820

Text Example


Text Example

White with #BAA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA820; }

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

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

background-color css

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

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

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

border-color css

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

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

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