#BAB425

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

Shades of Earls Green #BAB425

Tints of Earls Green #BAB425

Color information

#BAB425 (or 0xBAB425) is unknown color: approx Earls Green. HEX triplet: BA, B4 and 25. RGB value is (186,180,37). Sum of RGB (Red+Green+Blue) = 186+180+37=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB425 is #454BDA. Grayscale: #A6A6A6. Windows color (decimal): -4541403 or 2471098. OLE color: 2471098.

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

Color convert

RGB18618037-
CMYK00.030.800.27
HSL57.58º66.82%43.73%-
HSV(B)57.58º80.11%72.94%-
XYZ36.943.228.15-
YUV165.4955.49142.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 37 (14.84% from 255) = 9.18%
R=46.15%
G=44.67%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861803700.030.800.2757.5866.8243.73
HexBAB42503501B3a432c
Octal2722644503120337210354
Binary10111010101101001001010111010000110111110101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB425; }

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

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

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

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

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

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

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

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