#BAB22A

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

Shades of Earls Green #BAB22A

Tints of Earls Green #BAB22A

Color information

#BAB22A (or 0xBAB22A) is unknown color: approx Earls Green. HEX triplet: BA, B2 and 2A. RGB value is (186,178,42). Sum of RGB (Red+Green+Blue) = 186+178+42=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB22A is #454DD5. Grayscale: #A5A5A5. Windows color (decimal): -4541910 or 2798266. OLE color: 2798266.

HSL color Cylindrical-coordinate representation of color #BAB22A: hue angle of 56.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAB22A is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18617842-
CMYK00.040.770.27
HSL56.67º63.16%44.71%-
HSV(B)56.67º77.42%72.94%-
XYZ36.5942.458.46-
YUV164.8958.65143.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 178 (69.92% from 255) = 43.84%
BLUE value IS 42 (16.80% from 255) = 10.34%
R=45.81%
G=43.84%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861784200.040.770.2756.6763.1644.71
HexBAB22A044D1B393f2d
Octal272262520411533717755
Binary10111010101100101010100100100110111011111001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB22A; }

 p { color: rgb(186,178,42); }

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

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

 a { background-color: rgb(186,178,42); }

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

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

 span { border-color: rgb(186,178,42); }

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