Html Css Color HEX #BAA914 Earls Green

📋 copy color: '#BAA914'

red 186 ◦ green 169 ◦ blue 20

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

Shades of Earls Green #BAA914

Tints of Earls Green #BAA914

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.07%

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

R = 49.6%
G = 45.07%
B = 5.33%

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

#BAA914 (or 0xBAA914) is known color: Earls Green. HEX triplet: BA, A9 and 14. RGB value is (186,169,20). Sum of RGB (Red+Green+Blue) = 186+169+20=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA914 is #4556EB. Grayscale: #9D9D9D. Windows color (decimal): -4544236 or 1354170. OLE color: 1354170.

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

Color convert

RGB 186 169 20 -
CMYK 0 0.09 0.89 0.27
HSL 53.86º 0.81% 0.4% -
HSV(B) 53.86º 0.89% 0.73% -
XYZ 34.56 38.87 6.34 -
YUV 157.1 50.63 148.62 -
System Red Green Blue C M Y K H S L
Decimal 186 169 20 0 0.09 0.89 0.27 53.86 0.81 0.4
Hex BA A9 14 0 9 59 1B 36 51 28
Octal 272 251 24 0 11 131 33 66 121 50
Binary 10111010 10101001 10100 0 1001 1011001 11011 110110 1010001 101000

Color Harmonies of #BAA914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA914

Black with #BAA914

Text Example


Text Example

White with #BAA914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA914; }

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

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

background-color css

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

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

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

border-color css

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

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

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