#BAB82D

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

Shades of Earls Green #BAB82D

Tints of Earls Green #BAB82D

Color information

#BAB82D (or 0xBAB82D) is unknown color: approx Earls Green. HEX triplet: BA, B8 and 2D. RGB value is (186,184,45). Sum of RGB (Red+Green+Blue) = 186+184+45=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB82D is #4547D2. Grayscale: #A9A9A9. Windows color (decimal): -4540371 or 2996410. OLE color: 2996410.

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

Color convert

RGB18618445-
CMYK00.010.760.27
HSL59.15º61.04%45.29%-
HSV(B)59.15º75.81%72.94%-
XYZ37.8644.919.16-
YUV168.7558.16140.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 184 (72.27% from 255) = 44.34%
BLUE value IS 45 (17.97% from 255) = 10.84%
R=44.82%
G=44.34%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861844500.010.760.2759.1561.0445.29
HexBAB82D014C1B3b3d2d
Octal272270550111433737555
Binary101110101011100010110101100110011011111011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB82D; }

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

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

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

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

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

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

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

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