Html Css Color HEX #BAA613 Earls Green

📋 copy color: '#BAA613'

red 186 ◦ green 166 ◦ blue 19

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

Shades of Earls Green #BAA613

Tints of Earls Green #BAA613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.74%

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

R = 50.13%
G = 44.74%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BAA613 (or 0xBAA613) is known color: Earls Green. HEX triplet: BA, A6 and 13. RGB value is (186,166,19). Sum of RGB (Red+Green+Blue) = 186+166+19=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA613 is #4559EC. Grayscale: #9B9B9B. Windows color (decimal): -4545005 or 1287866. OLE color: 1287866.

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

Color convert

RGB 186 166 19 -
CMYK 0 0.11 0.90 0.27
HSL 52.81º 0.81% 0.4% -
HSV(B) 52.81º 0.9% 0.73% -
XYZ 34 37.76 6.11 -
YUV 155.22 51.13 149.95 -
System Red Green Blue C M Y K H S L
Decimal 186 166 19 0 0.11 0.90 0.27 52.81 0.81 0.4
Hex BA A6 13 0 B 5A 1B 35 51 28
Octal 272 246 23 0 13 132 33 65 121 50
Binary 10111010 10100110 10011 0 1011 1011010 11011 110101 1010001 101000

Color Harmonies of #BAA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA613

Black with #BAA613

Text Example


Text Example

White with #BAA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA613; }

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

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

background-color css

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

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

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

border-color css

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

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

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