Html Css Color HEX #BAA80E Earls Green

📋 copy color: '#BAA80E'

red 186 ◦ green 168 ◦ blue 14

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

Shades of Earls Green #BAA80E

Tints of Earls Green #BAA80E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.65%

 BLUE value IS 14 (5.86% from 255) = 3.8%

R = 50.54%
G = 45.65%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BAA80E (or 0xBAA80E) is known color: Earls Green. HEX triplet: BA, A8 and 0E. RGB value is (186,168,14). Sum of RGB (Red+Green+Blue) = 186+168+14=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA80E is #4557F1. Grayscale: #9C9C9C. Windows color (decimal): -4544498 or 960698. OLE color: 960698.

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

Color convert

RGB 186 168 14 -
CMYK 0 0.10 0.92 0.27
HSL 53.72º 0.86% 0.39% -
HSV(B) 53.72º 0.92% 0.73% -
XYZ 34.33 38.48 6.03 -
YUV 155.83 47.96 149.52 -
System Red Green Blue C M Y K H S L
Decimal 186 168 14 0 0.10 0.92 0.27 53.72 0.86 0.39
Hex BA A8 E 0 A 5C 1B 36 56 27
Octal 272 250 16 0 12 134 33 66 126 47
Binary 10111010 10101000 1110 0 1010 1011100 11011 110110 1010110 100111

Color Harmonies of #BAA80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA80E

Black with #BAA80E

Text Example


Text Example

White with #BAA80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA80E; }

 p { color: rgb(186,168,14); }

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

background-color css

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

 a { background-color: rgb(186,168,14); }

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

border-color css

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

 span { border-color: rgb(186,168,14); }

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