Html Css Color HEX #BAA41E Earls Green

📋 copy color: '#BAA41E'

red 186 ◦ green 164 ◦ blue 30

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

Shades of Earls Green #BAA41E

Tints of Earls Green #BAA41E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.16%

 BLUE value IS 30 (12.11% from 255) = 7.89%

R = 48.95%
G = 43.16%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BAA41E (or 0xBAA41E) is known color: Earls Green. HEX triplet: BA, A4 and 1E. RGB value is (186,164,30). Sum of RGB (Red+Green+Blue) = 186+164+30=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA41E is #455BE1. Grayscale: #9B9B9B. Windows color (decimal): -4545506 or 2008250. OLE color: 2008250.

HSL color Cylindrical-coordinate representation of color #BAA41E: hue angle of 51.54º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAA41E is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 164 30 -
CMYK 0 0.12 0.84 0.27
HSL 51.54º 0.72% 0.42% -
HSV(B) 51.54º 0.84% 0.73% -
XYZ 33.76 37.08 6.61 -
YUV 155.3 57.29 149.9 -
System Red Green Blue C M Y K H S L
Decimal 186 164 30 0 0.12 0.84 0.27 51.54 0.72 0.42
Hex BA A4 1E 0 C 54 1B 34 48 2A
Octal 272 244 36 0 14 124 33 64 110 52
Binary 10111010 10100100 11110 0 1100 1010100 11011 110100 1001000 101010

Color Harmonies of #BAA41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA41E

Black with #BAA41E

Text Example


Text Example

White with #BAA41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA41E; }

 p { color: rgb(186,164,30); }

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

background-color css

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

 a { background-color: rgb(186,164,30); }

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

border-color css

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

 span { border-color: rgb(186,164,30); }

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