Html Css Color HEX #BAA41B Earls Green

📋 copy color: '#BAA41B'

red 186 ◦ green 164 ◦ blue 27

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

Shades of Earls Green #BAA41B

Tints of Earls Green #BAA41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.16%

R = 49.34%
G = 43.5%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BAA41B (or 0xBAA41B) is known color: Earls Green. HEX triplet: BA, A4 and 1B. RGB value is (186,164,27). Sum of RGB (Red+Green+Blue) = 186+164+27=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA41B is #455BE4. Grayscale: #9B9B9B. Windows color (decimal): -4545509 or 1811642. OLE color: 1811642.

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

Color convert

RGB 186 164 27 -
CMYK 0 0.12 0.85 0.27
HSL 51.7º 0.75% 0.42% -
HSV(B) 51.7º 0.85% 0.73% -
XYZ 33.72 37.07 6.41 -
YUV 154.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 186 164 27 0 0.12 0.85 0.27 51.7 0.75 0.42
Hex BA A4 1B 0 C 55 1B 34 4B 2A
Octal 272 244 33 0 14 125 33 64 113 52
Binary 10111010 10100100 11011 0 1100 1010101 11011 110100 1001011 101010

Color Harmonies of #BAA41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA41B

Black with #BAA41B

Text Example


Text Example

White with #BAA41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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