#BAA61D

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

Shades of Earls Green #BAA61D

Tints of Earls Green #BAA61D

Color information

#BAA61D (or 0xBAA61D) is unknown color: approx Earls Green. HEX triplet: BA, A6 and 1D. RGB value is (186,166,29). Sum of RGB (Red+Green+Blue) = 186+166+29=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA61D is #4559E2. Grayscale: #9C9C9C. Windows color (decimal): -4544995 or 1943226. OLE color: 1943226.

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

Color convert

RGB18616629-
CMYK00.110.840.27
HSL52.36º73.02%42.16%-
HSV(B)52.36º84.41%72.94%-
XYZ34.1137.86.66-
YUV156.3656.13149.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 166 (65.23% from 255) = 43.57%
BLUE value IS 29 (11.72% from 255) = 7.61%
R=48.82%
G=43.57%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861662900.110.840.2752.3673.0242.16
HexBAA61D0B541B34492a
Octal27224635013124336411152
Binary101110101010011011101010111010100110111101001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA61D; }

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

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

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

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

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

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

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

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