#BAAB12

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

Shades of Earls Green #BAAB12

Tints of Earls Green #BAAB12

Color information

#BAAB12 (or 0xBAAB12) is unknown color: approx Earls Green. HEX triplet: BA, AB and 12. RGB value is (186,171,18). Sum of RGB (Red+Green+Blue) = 186+171+18=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAB12 is #4554ED. Grayscale: #9E9E9E. Windows color (decimal): -4543726 or 1223610. OLE color: 1223610.

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

Color convert

RGB18617118-
CMYK00.080.900.27
HSL54.64º82.35%40%-
HSV(B)54.64º90.32%72.94%-
XYZ34.9239.616.38-
YUV158.0448.97147.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 171 (67.19% from 255) = 45.6%
BLUE value IS 18 (7.42% from 255) = 4.8%
R=49.6%
G=45.6%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861711800.080.900.2754.6482.3540
HexBAAB12085A1B375228
Octal27225322010132336712250
Binary101110101010101110010010001011010110111101111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB12; }

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

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

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

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

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

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

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

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