Html Css Color HEX #BAA61C Earls Green

📋 copy color: '#BAA61C'

red 186 ◦ green 166 ◦ blue 28

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

Shades of Earls Green #BAA61C

Tints of Earls Green #BAA61C

RGB

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

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

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

R = 48.95%
G = 43.68%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BAA61C (or 0xBAA61C) is known color: Earls Green. HEX triplet: BA, A6 and 1C. RGB value is (186,166,28). Sum of RGB (Red+Green+Blue) = 186+166+28=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA61C is #4559E3. Grayscale: #9C9C9C. Windows color (decimal): -4544996 or 1877690. OLE color: 1877690.

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

Color convert

RGB 186 166 28 -
CMYK 0 0.11 0.85 0.27
HSL 52.41º 0.74% 0.42% -
HSV(B) 52.41º 0.85% 0.73% -
XYZ 34.1 37.8 6.6 -
YUV 156.25 55.63 149.22 -
System Red Green Blue C M Y K H S L
Decimal 186 166 28 0 0.11 0.85 0.27 52.41 0.74 0.42
Hex BA A6 1C 0 B 55 1B 34 4A 2A
Octal 272 246 34 0 13 125 33 64 112 52
Binary 10111010 10100110 11100 0 1011 1010101 11011 110100 1001010 101010

Color Harmonies of #BAA61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA61C

Black with #BAA61C

Text Example


Text Example

White with #BAA61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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