#BAB524

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

Shades of Earls Green #BAB524

Tints of Earls Green #BAB524

Color information

#BAB524 (or 0xBAB524) is unknown color: approx Earls Green. HEX triplet: BA, B5 and 24. RGB value is (186,181,36). Sum of RGB (Red+Green+Blue) = 186+181+36=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB524 is #454ADB. Grayscale: #A6A6A6. Windows color (decimal): -4541148 or 2405818. OLE color: 2405818.

HSL color Cylindrical-coordinate representation of color #BAB524: hue angle of 58º 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 #BAB524 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB18618136-
CMYK00.030.810.27
HSL58º67.57%43.53%-
HSV(B)58º80.65%72.94%-
XYZ37.0943.618.13-
YUV165.9654.66142.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 181 (71.09% from 255) = 44.91%
BLUE value IS 36 (14.45% from 255) = 8.93%
R=46.15%
G=44.91%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861813600.030.810.275867.5743.53
HexBAB52403511B3a442c
Octal2722654403121337210454
Binary10111010101101011001000111010001110111110101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB524; }

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

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

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

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

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

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

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

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