Html Css Color HEX #BAA614 Earls Green

📋 copy color: '#BAA614'

red 186 ◦ green 166 ◦ blue 20

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

Shades of Earls Green #BAA614

Tints of Earls Green #BAA614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.38%

R = 50%
G = 44.62%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BAA614 (or 0xBAA614) is known color: Earls Green. HEX triplet: BA, A6 and 14. RGB value is (186,166,20). Sum of RGB (Red+Green+Blue) = 186+166+20=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA614 is #4559EB. Grayscale: #9B9B9B. Windows color (decimal): -4545004 or 1353402. OLE color: 1353402.

HSL color Cylindrical-coordinate representation of color #BAA614: hue angle of 52.77º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAA614 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 166 20 -
CMYK 0 0.11 0.89 0.27
HSL 52.77º 0.81% 0.4% -
HSV(B) 52.77º 0.89% 0.73% -
XYZ 34.01 37.76 6.16 -
YUV 155.34 51.63 149.87 -
System Red Green Blue C M Y K H S L
Decimal 186 166 20 0 0.11 0.89 0.27 52.77 0.81 0.4
Hex BA A6 14 0 B 59 1B 35 51 28
Octal 272 246 24 0 13 131 33 65 121 50
Binary 10111010 10100110 10100 0 1011 1011001 11011 110101 1010001 101000

Color Harmonies of #BAA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA614

Black with #BAA614

Text Example


Text Example

White with #BAA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA614; }

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

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

background-color css

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

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

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

border-color css

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

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

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