#BAA125

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

Shades of Earls Green #BAA125

Tints of Earls Green #BAA125

Color information

#BAA125 (or 0xBAA125) is unknown color: approx Earls Green. HEX triplet: BA, A1 and 25. RGB value is (186,161,37). Sum of RGB (Red+Green+Blue) = 186+161+37=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA125 is #455EDA. Grayscale: #9A9A9A. Windows color (decimal): -4546267 or 2466234. OLE color: 2466234.

HSL color Cylindrical-coordinate representation of color #BAA125: hue angle of 49.93º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAA125 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18616137-
CMYK00.130.800.27
HSL49.93º66.82%43.73%-
HSV(B)49.93º80.11%72.94%-
XYZ33.3336.066.95-
YUV154.3461.78150.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 161 (63.28% from 255) = 41.93%
BLUE value IS 37 (14.84% from 255) = 9.64%
R=48.44%
G=41.93%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861613700.130.800.2749.9366.8243.73
HexBAA1250D501B32432c
Octal27224145015120336210354
Binary1011101010100001100101011011010000110111100101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA125; }

 p { color: rgb(186,161,37); }

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

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

 a { background-color: rgb(186,161,37); }

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

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

 span { border-color: rgb(186,161,37); }

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