#BAA715

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

Shades of Earls Green #BAA715

Tints of Earls Green #BAA715

Color information

#BAA715 (or 0xBAA715) is unknown color: approx Earls Green. HEX triplet: BA, A7 and 15. RGB value is (186,167,21). Sum of RGB (Red+Green+Blue) = 186+167+21=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA715 is #4558EA. Grayscale: #9C9C9C. Windows color (decimal): -4544747 or 1419194. OLE color: 1419194.

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

Color convert

RGB18616721-
CMYK00.100.890.27
HSL53.09º79.71%40.59%-
HSV(B)53.09º88.71%72.94%-
XYZ34.238.136.27-
YUV156.0451.79149.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 167 (65.62% from 255) = 44.65%
BLUE value IS 21 (8.59% from 255) = 5.61%
R=49.73%
G=44.65%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861672100.100.890.2753.0979.7140.59
HexBAA7150A591B355029
Octal27224725012131336512051
Binary101110101010011110101010101011001110111101011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA715; }

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

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

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

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

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

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

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

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