#BAA915

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

Shades of Earls Green #BAA915

Tints of Earls Green #BAA915

Color information

#BAA915 (or 0xBAA915) is unknown color: approx Earls Green. HEX triplet: BA, A9 and 15. RGB value is (186,169,21). Sum of RGB (Red+Green+Blue) = 186+169+21=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA915 is #4556EA. Grayscale: #9D9D9D. Windows color (decimal): -4544235 or 1419706. OLE color: 1419706.

HSL color Cylindrical-coordinate representation of color #BAA915: hue angle of 53.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAA915 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB18616921-
CMYK00.090.890.27
HSL53.82º79.71%40.59%-
HSV(B)53.82º88.71%72.94%-
XYZ34.5738.876.39-
YUV157.2151.13148.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.47%
GREEN value IS 169 (66.41% from 255) = 44.95%
BLUE value IS 21 (8.59% from 255) = 5.59%
R=49.47%
G=44.95%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861692100.090.890.2753.8279.7140.59
HexBAA91509591B365029
Octal27225125011131336612051
Binary101110101010100110101010011011001110111101101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA915; }

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

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

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

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

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

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

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

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