#BAB82B

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

Shades of Earls Green #BAB82B

Tints of Earls Green #BAB82B

Color information

#BAB82B (or 0xBAB82B) is unknown color: approx Earls Green. HEX triplet: BA, B8 and 2B. RGB value is (186,184,43). Sum of RGB (Red+Green+Blue) = 186+184+43=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB82B is #4547D4. Grayscale: #A9A9A9. Windows color (decimal): -4540373 or 2865338. OLE color: 2865338.

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

Color convert

RGB18618443-
CMYK00.010.770.27
HSL59.16º62.45%44.9%-
HSV(B)59.16º76.88%72.94%-
XYZ37.8344.898.96-
YUV168.5257.16140.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 184 (72.27% from 255) = 44.55%
BLUE value IS 43 (17.19% from 255) = 10.41%
R=45.04%
G=44.55%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861844300.010.770.2759.1662.4544.9
HexBAB82B014D1B3b3e2d
Octal272270530111533737655
Binary101110101011100010101101100110111011111011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB82B; }

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

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

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

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

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

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

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

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