#BAA821

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

Shades of Earls Green #BAA821

Tints of Earls Green #BAA821

Color information

#BAA821 (or 0xBAA821) is unknown color: approx Earls Green. HEX triplet: BA, A8 and 21. RGB value is (186,168,33). Sum of RGB (Red+Green+Blue) = 186+168+33=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA821 is #4557DE. Grayscale: #9E9E9E. Windows color (decimal): -4544479 or 2205882. OLE color: 2205882.

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

Color convert

RGB18616833-
CMYK00.100.820.27
HSL52.94º69.86%42.94%-
HSV(B)52.94º82.26%72.94%-
XYZ34.5338.557.06-
YUV157.9957.46147.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 168 (66.02% from 255) = 43.41%
BLUE value IS 33 (13.28% from 255) = 8.53%
R=48.06%
G=43.41%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861683300.100.820.2752.9469.8642.94
HexBAA8210A521B35462b
Octal27225041012122336510653
Binary1011101010101000100001010101010010110111101011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA821; }

 p { color: rgb(186,168,33); }

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

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

 a { background-color: rgb(186,168,33); }

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

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

 span { border-color: rgb(186,168,33); }

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