Html Css Color HEX #BAA913 Earls Green

📋 copy color: '#BAA913'

red 186 ◦ green 169 ◦ blue 19

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

Shades of Earls Green #BAA913

Tints of Earls Green #BAA913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.08%

R = 49.73%
G = 45.19%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BAA913 (or 0xBAA913) is known color: Earls Green. HEX triplet: BA, A9 and 13. RGB value is (186,169,19). Sum of RGB (Red+Green+Blue) = 186+169+19=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA913 is #4556EC. Grayscale: #9D9D9D. Windows color (decimal): -4544237 or 1288634. OLE color: 1288634.

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

Color convert

RGB 186 169 19 -
CMYK 0 0.09 0.90 0.27
HSL 53.89º 0.81% 0.4% -
HSV(B) 53.89º 0.9% 0.73% -
XYZ 34.56 38.86 6.3 -
YUV 156.98 50.13 148.7 -
System Red Green Blue C M Y K H S L
Decimal 186 169 19 0 0.09 0.90 0.27 53.89 0.81 0.4
Hex BA A9 13 0 9 5A 1B 36 51 28
Octal 272 251 23 0 11 132 33 66 121 50
Binary 10111010 10101001 10011 0 1001 1011010 11011 110110 1010001 101000

Color Harmonies of #BAA913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA913

Black with #BAA913

Text Example


Text Example

White with #BAA913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA913; }

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

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

background-color css

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

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

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

border-color css

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

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

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