#BAA921

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

Shades of Earls Green #BAA921

Tints of Earls Green #BAA921

Color information

#BAA921 (or 0xBAA921) is unknown color: approx Earls Green. HEX triplet: BA, A9 and 21. RGB value is (186,169,33). Sum of RGB (Red+Green+Blue) = 186+169+33=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA921 is #4556DE. Grayscale: #9F9F9F. Windows color (decimal): -4544223 or 2206138. OLE color: 2206138.

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

Color convert

RGB18616933-
CMYK00.090.820.27
HSL53.33º69.86%42.94%-
HSV(B)53.33º82.26%72.94%-
XYZ34.7138.927.12-
YUV158.5857.13147.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 169 (66.41% from 255) = 43.56%
BLUE value IS 33 (13.28% from 255) = 8.51%
R=47.94%
G=43.56%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861693300.090.820.2753.3369.8642.94
HexBAA92109521B35462b
Octal27225141011122336510653
Binary1011101010101001100001010011010010110111101011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA921; }

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

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

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

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

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

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

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

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