Html Css Color HEX #BAAA1A Earls Green

📋 copy color: '#BAAA1A'

red 186 ◦ green 170 ◦ blue 26

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

Shades of Earls Green #BAAA1A

Tints of Earls Green #BAAA1A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.5%

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

R = 48.69%
G = 44.5%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BAAA1A (or 0xBAAA1A) is known color: Earls Green. HEX triplet: BA, AA and 1A. RGB value is (186,170,26). Sum of RGB (Red+Green+Blue) = 186+170+26=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA1A is #4555E5. Grayscale: #9E9E9E. Windows color (decimal): -4543974 or 1747642. OLE color: 1747642.

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

Color convert

RGB 186 170 26 -
CMYK 0 0.09 0.86 0.27
HSL 54º 0.75% 0.42% -
HSV(B) 54º 0.86% 0.73% -
XYZ 34.81 39.26 6.72 -
YUV 158.37 53.3 147.71 -
System Red Green Blue C M Y K H S L
Decimal 186 170 26 0 0.09 0.86 0.27 54 0.75 0.42
Hex BA AA 1A 0 9 56 1B 36 4B 2A
Octal 272 252 32 0 11 126 33 66 113 52
Binary 10111010 10101010 11010 0 1001 1010110 11011 110110 1001011 101010

Color Harmonies of #BAAA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA1A

Black with #BAAA1A

Text Example


Text Example

White with #BAAA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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