#BAAB22

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

Shades of Earls Green #BAAB22

Tints of Earls Green #BAAB22

Color information

#BAAB22 (or 0xBAAB22) is unknown color: approx Earls Green. HEX triplet: BA, AB and 22. RGB value is (186,171,34). Sum of RGB (Red+Green+Blue) = 186+171+34=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB22 is #4554DD. Grayscale: #A0A0A0. Windows color (decimal): -4543710 or 2272186. OLE color: 2272186.

HSL color Cylindrical-coordinate representation of color #BAAB22: hue angle of 54.08º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAAB22 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB18617134-
CMYK00.080.820.27
HSL54.08º69.09%43.14%-
HSV(B)54.08º81.72%72.94%-
XYZ35.139.687.32-
YUV159.8756.97146.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 34 (13.67% from 255) = 8.70%
R=47.57%
G=43.73%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861713400.080.820.2754.0869.0943.14
HexBAAB2208521B36452b
Octal27225342010122336610553
Binary1011101010101011100010010001010010110111101101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB22; }

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

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

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

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

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

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

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

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