#BAB62B

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

Shades of Earls Green #BAB62B

Tints of Earls Green #BAB62B

Color information

#BAB62B (or 0xBAB62B) is unknown color: approx Earls Green. HEX triplet: BA, B6 and 2B. RGB value is (186,182,43). Sum of RGB (Red+Green+Blue) = 186+182+43=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB62B is #4549D4. Grayscale: #A7A7A7. Windows color (decimal): -4540885 or 2864826. OLE color: 2864826.

HSL color Cylindrical-coordinate representation of color #BAB62B: hue angle of 58.32º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAB62B is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18618243-
CMYK00.020.770.27
HSL58.32º62.45%44.9%-
HSV(B)58.32º76.88%72.94%-
XYZ37.4144.078.82-
YUV167.3557.83141.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 182 (71.48% from 255) = 44.28%
BLUE value IS 43 (17.19% from 255) = 10.46%
R=45.26%
G=44.28%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861824300.020.770.2758.3262.4544.9
HexBAB62B024D1B3a3e2d
Octal272266530211533727655
Binary1011101010110110101011010100110111011111010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB62B; }

 p { color: rgb(186,182,43); }

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

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

 a { background-color: rgb(186,182,43); }

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

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

 span { border-color: rgb(186,182,43); }

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