#BAA615

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

Shades of Earls Green #BAA615

Tints of Earls Green #BAA615

Color information

#BAA615 (or 0xBAA615) is unknown color: approx Earls Green. HEX triplet: BA, A6 and 15. RGB value is (186,166,21). Sum of RGB (Red+Green+Blue) = 186+166+21=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA615 is #4559EA. Grayscale: #9C9C9C. Windows color (decimal): -4545003 or 1418938. OLE color: 1418938.

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

Color convert

RGB18616621-
CMYK00.110.890.27
HSL52.73º79.71%40.59%-
HSV(B)52.73º88.71%72.94%-
XYZ34.0237.776.21-
YUV155.4552.13149.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 21 (8.59% from 255) = 5.63%
R=49.87%
G=44.50%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861662100.110.890.2752.7379.7140.59
HexBAA6150B591B355029
Octal27224625013131336512051
Binary101110101010011010101010111011001110111101011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA615; }

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

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

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

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

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

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

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

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