#BAA524

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

Shades of Earls Green #BAA524

Tints of Earls Green #BAA524

Color information

#BAA524 (or 0xBAA524) is unknown color: approx Earls Green. HEX triplet: BA, A5 and 24. RGB value is (186,165,36). Sum of RGB (Red+Green+Blue) = 186+165+36=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA524 is #455ADB. Grayscale: #9D9D9D. Windows color (decimal): -4545244 or 2401722. OLE color: 2401722.

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

Color convert

RGB18616536-
CMYK00.110.810.27
HSL51.6º67.57%43.53%-
HSV(B)51.6º80.65%72.94%-
XYZ34.0237.487.11-
YUV156.5759.96148.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 165 (64.84% from 255) = 42.64%
BLUE value IS 36 (14.45% from 255) = 9.30%
R=48.06%
G=42.64%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861653600.110.810.2751.667.5743.53
HexBAA5240B511B34442c
Octal27224544013121336410454
Binary1011101010100101100100010111010001110111101001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA524; }

 p { color: rgb(186,165,36); }

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

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

 a { background-color: rgb(186,165,36); }

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

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

 span { border-color: rgb(186,165,36); }

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