#BAA528

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

Shades of Earls Green #BAA528

Tints of Earls Green #BAA528

Color information

#BAA528 (or 0xBAA528) is unknown color: approx Earls Green. HEX triplet: BA, A5 and 28. RGB value is (186,165,40). Sum of RGB (Red+Green+Blue) = 186+165+40=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA528 is #455AD7. Grayscale: #9D9D9D. Windows color (decimal): -4545240 or 2663866. OLE color: 2663866.

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

Color convert

RGB18616540-
CMYK00.110.780.27
HSL51.37º64.6%44.31%-
HSV(B)51.37º78.49%72.94%-
XYZ34.0937.57.45-
YUV157.0361.96148.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 165 (64.84% from 255) = 42.20%
BLUE value IS 40 (16.02% from 255) = 10.23%
R=47.57%
G=42.20%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861654000.110.780.2751.3764.644.31
HexBAA5280B4E1B33412c
Octal27224550013116336310154
Binary1011101010100101101000010111001110110111100111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA528; }

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

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

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

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

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

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

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

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