#BAB424

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

Shades of Earls Green #BAB424

Tints of Earls Green #BAB424

Color information

#BAB424 (or 0xBAB424) is unknown color: approx Earls Green. HEX triplet: BA, B4 and 24. RGB value is (186,180,36). Sum of RGB (Red+Green+Blue) = 186+180+36=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB424 is #454BDB. Grayscale: #A5A5A5. Windows color (decimal): -4541404 or 2405562. OLE color: 2405562.

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

Color convert

RGB18618036-
CMYK00.030.810.27
HSL57.6º67.57%43.53%-
HSV(B)57.6º80.65%72.94%-
XYZ36.8943.218.06-
YUV165.3854.99142.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 180 (70.70% from 255) = 44.78%
BLUE value IS 36 (14.45% from 255) = 8.96%
R=46.27%
G=44.78%
B=8.96%

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
Decimal1861803600.030.810.2757.667.5743.53
HexBAB42403511B3a442c
Octal2722644403121337210454
Binary10111010101101001001000111010001110111110101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB424; }

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

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

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

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

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

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

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

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