Html Css Color HEX #BAA71A Earls Green

📋 copy color: '#BAA71A'

red 186 ◦ green 167 ◦ blue 26

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

Shades of Earls Green #BAA71A

Tints of Earls Green #BAA71A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.06%

 BLUE value IS 26 (10.55% from 255) = 6.86%

R = 49.08%
G = 44.06%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BAA71A (or 0xBAA71A) is known color: Earls Green. HEX triplet: BA, A7 and 1A. RGB value is (186,167,26). Sum of RGB (Red+Green+Blue) = 186+167+26=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA71A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA71A is #4558E5. Grayscale: #9D9D9D. Windows color (decimal): -4544742 or 1746874. OLE color: 1746874.

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

Color convert

RGB 186 167 26 -
CMYK 0 0.10 0.86 0.27
HSL 52.88º 0.75% 0.42% -
HSV(B) 52.88º 0.86% 0.73% -
XYZ 34.25 38.15 6.54 -
YUV 156.61 54.29 148.96 -
System Red Green Blue C M Y K H S L
Decimal 186 167 26 0 0.10 0.86 0.27 52.88 0.75 0.42
Hex BA A7 1A 0 A 56 1B 35 4B 2A
Octal 272 247 32 0 12 126 33 65 113 52
Binary 10111010 10100111 11010 0 1010 1010110 11011 110101 1001011 101010

Color Harmonies of #BAA71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA71A

Black with #BAA71A

Text Example


Text Example

White with #BAA71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA71A; }

 p { color: rgb(186,167,26); }

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

background-color css

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

 a { background-color: rgb(186,167,26); }

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

border-color css

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

 span { border-color: rgb(186,167,26); }

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