Html Css Color HEX #BAA41C Earls Green

📋 copy color: '#BAA41C'

red 186 ◦ green 164 ◦ blue 28

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

Shades of Earls Green #BAA41C

Tints of Earls Green #BAA41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.41%

R = 49.21%
G = 43.39%
B = 7.41%

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

#BAA41C (or 0xBAA41C) is known color: Earls Green. HEX triplet: BA, A4 and 1C. RGB value is (186,164,28). Sum of RGB (Red+Green+Blue) = 186+164+28=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA41C is #455BE3. Grayscale: #9B9B9B. Windows color (decimal): -4545508 or 1877178. OLE color: 1877178.

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

Color convert

RGB 186 164 28 -
CMYK 0 0.12 0.85 0.27
HSL 51.65º 0.74% 0.42% -
HSV(B) 51.65º 0.85% 0.73% -
XYZ 33.73 37.07 6.48 -
YUV 155.07 56.29 150.06 -
System Red Green Blue C M Y K H S L
Decimal 186 164 28 0 0.12 0.85 0.27 51.65 0.74 0.42
Hex BA A4 1C 0 C 55 1B 34 4A 2A
Octal 272 244 34 0 14 125 33 64 112 52
Binary 10111010 10100100 11100 0 1100 1010101 11011 110100 1001010 101010

Color Harmonies of #BAA41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA41C

Black with #BAA41C

Text Example


Text Example

White with #BAA41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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