Html Css Color HEX #BAAC1A Earls Green

📋 copy color: '#BAAC1A'

red 186 ◦ green 172 ◦ blue 26

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

Shades of Earls Green #BAAC1A

Tints of Earls Green #BAAC1A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.79%

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

R = 48.44%
G = 44.79%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BAAC1A (or 0xBAAC1A) is known color: Earls Green. HEX triplet: BA, AC and 1A. RGB value is (186,172,26). Sum of RGB (Red+Green+Blue) = 186+172+26=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC1A is #4553E5. Grayscale: #A0A0A0. Windows color (decimal): -4543462 or 1748154. OLE color: 1748154.

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

Color convert

RGB 186 172 26 -
CMYK 0 0.08 0.86 0.27
HSL 54.75º 0.75% 0.42% -
HSV(B) 54.75º 0.86% 0.73% -
XYZ 35.19 40.02 6.85 -
YUV 159.54 52.64 146.87 -
System Red Green Blue C M Y K H S L
Decimal 186 172 26 0 0.08 0.86 0.27 54.75 0.75 0.42
Hex BA AC 1A 0 8 56 1B 37 4B 2A
Octal 272 254 32 0 10 126 33 67 113 52
Binary 10111010 10101100 11010 0 1000 1010110 11011 110111 1001011 101010

Color Harmonies of #BAAC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC1A

Black with #BAAC1A

Text Example


Text Example

White with #BAAC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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