Html Css Color HEX #BAA320 Earls Green

📋 copy color: '#BAA320'

red 186 ◦ green 163 ◦ blue 32

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

Shades of Earls Green #BAA320

Tints of Earls Green #BAA320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.78%

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

R = 48.82%
G = 42.78%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BAA320 (or 0xBAA320) is known color: Earls Green. HEX triplet: BA, A3 and 20. RGB value is (186,163,32). Sum of RGB (Red+Green+Blue) = 186+163+32=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA320 is #455CDF. Grayscale: #9B9B9B. Windows color (decimal): -4545760 or 2139066. OLE color: 2139066.

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

Color convert

RGB 186 163 32 -
CMYK 0 0.12 0.83 0.27
HSL 51.04º 0.71% 0.43% -
HSV(B) 51.04º 0.83% 0.73% -
XYZ 33.61 36.74 6.69 -
YUV 154.94 58.62 150.15 -
System Red Green Blue C M Y K H S L
Decimal 186 163 32 0 0.12 0.83 0.27 51.04 0.71 0.43
Hex BA A3 20 0 C 53 1B 33 47 2B
Octal 272 243 40 0 14 123 33 63 107 53
Binary 10111010 10100011 100000 0 1100 1010011 11011 110011 1000111 101011

Color Harmonies of #BAA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA320

Black with #BAA320

Text Example


Text Example

White with #BAA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA320; }

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

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

background-color css

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

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

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

border-color css

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

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

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