#BAA912

Color #BAA912 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BAA912

Tints of Earls Green #BAA912

Color information

#BAA912 (or 0xBAA912) is unknown color: approx Earls Green. HEX triplet: BA, A9 and 12. RGB value is (186,169,18). Sum of RGB (Red+Green+Blue) = 186+169+18=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA912 is #4556ED. Grayscale: #9D9D9D. Windows color (decimal): -4544238 or 1223098. OLE color: 1223098.

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

Color convert

RGB18616918-
CMYK00.090.900.27
HSL53.93º82.35%40%-
HSV(B)53.93º90.32%72.94%-
XYZ34.5538.866.25-
YUV156.8749.63148.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 169 (66.41% from 255) = 45.31%
BLUE value IS 18 (7.42% from 255) = 4.83%
R=49.87%
G=45.31%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861691800.090.900.2753.9382.3540
HexBAA912095A1B365228
Octal27225122011132336612250
Binary101110101010100110010010011011010110111101101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA912; }

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

 H1.HeaderClassName
 {
   color: #BAA912;
 }
 .AnyTagClassName
 {
   color: #BAA912;
 }
</style>
background-color css

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

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

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

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

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

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