Html Css Color HEX #BAAA14 Earls Green

📋 copy color: '#BAAA14'

red 186 ◦ green 170 ◦ blue 20

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

Shades of Earls Green #BAAA14

Tints of Earls Green #BAAA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.32%

R = 49.47%
G = 45.21%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BAAA14 (or 0xBAAA14) is known color: Earls Green. HEX triplet: BA, AA and 14. RGB value is (186,170,20). Sum of RGB (Red+Green+Blue) = 186+170+20=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAA14 is #4555EB. Grayscale: #9E9E9E. Windows color (decimal): -4543980 or 1354426. OLE color: 1354426.

HSL color Cylindrical-coordinate representation of color #BAAA14: hue angle of 54.22º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAAA14 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 170 20 -
CMYK 0 0.09 0.89 0.27
HSL 54.22º 0.81% 0.4% -
HSV(B) 54.22º 0.89% 0.73% -
XYZ 34.75 39.24 6.4 -
YUV 157.68 50.3 148.2 -
System Red Green Blue C M Y K H S L
Decimal 186 170 20 0 0.09 0.89 0.27 54.22 0.81 0.4
Hex BA AA 14 0 9 59 1B 36 51 28
Octal 272 252 24 0 11 131 33 66 121 50
Binary 10111010 10101010 10100 0 1001 1011001 11011 110110 1010001 101000

Color Harmonies of #BAAA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA14

Black with #BAAA14

Text Example


Text Example

White with #BAAA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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