#BAAB2F

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

Shades of Earls Green #BAAB2F

Tints of Earls Green #BAAB2F

Color information

#BAAB2F (or 0xBAAB2F) is unknown color: approx Earls Green. HEX triplet: BA, AB and 2F. RGB value is (186,171,47). Sum of RGB (Red+Green+Blue) = 186+171+47=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB2F is #4554D0. Grayscale: #A1A1A1. Windows color (decimal): -4543697 or 3124154. OLE color: 3124154.

HSL color Cylindrical-coordinate representation of color #BAAB2F: hue angle of 53.53º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAAB2F is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18617147-
CMYK00.080.750.27
HSL53.53º59.66%45.69%-
HSV(B)53.53º74.73%72.94%-
XYZ35.3339.778.5-
YUV161.3563.47145.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 171 (67.19% from 255) = 42.33%
BLUE value IS 47 (18.75% from 255) = 11.63%
R=46.04%
G=42.33%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861714700.080.750.2753.5359.6645.69
HexBAAB2F084B1B363c2e
Octal2722535701011333667456
Binary101110101010101110111101000100101111011110110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB2F; }

 p { color: rgb(186,171,47); }

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

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

 a { background-color: rgb(186,171,47); }

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

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

 span { border-color: rgb(186,171,47); }

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