#BAA62E

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

Shades of Earls Green #BAA62E

Tints of Earls Green #BAA62E

Color information

#BAA62E (or 0xBAA62E) is unknown color: approx Earls Green. HEX triplet: BA, A6 and 2E. RGB value is (186,166,46). Sum of RGB (Red+Green+Blue) = 186+166+46=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA62E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA62E is #4559D1. Grayscale: #9E9E9E. Windows color (decimal): -4544978 or 3057338. OLE color: 3057338.

HSL color Cylindrical-coordinate representation of color #BAA62E: hue angle of 51.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAA62E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18616646-
CMYK00.110.750.27
HSL51.43º60.34%45.49%-
HSV(B)51.43º75.27%72.94%-
XYZ34.3837.918.09-
YUV158.364.63147.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 166 (65.23% from 255) = 41.71%
BLUE value IS 46 (18.36% from 255) = 11.56%
R=46.73%
G=41.71%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861664600.110.750.2751.4360.3445.49
HexBAA62E0B4B1B333c2d
Octal2722465601311333637455
Binary101110101010011010111001011100101111011110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA62E; }

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

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

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

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

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

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

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

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