#BAAD1D

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

Shades of Earls Green #BAAD1D

Tints of Earls Green #BAAD1D

Color information

#BAAD1D (or 0xBAAD1D) is unknown color: approx Earls Green. HEX triplet: BA, AD and 1D. RGB value is (186,173,29). Sum of RGB (Red+Green+Blue) = 186+173+29=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAD1D is #4552E2. Grayscale: #A1A1A1. Windows color (decimal): -4543203 or 1945018. OLE color: 1945018.

HSL color Cylindrical-coordinate representation of color #BAAD1D: hue angle of 55.03º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAAD1D is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB18617329-
CMYK00.070.840.27
HSL55.03º73.02%42.16%-
HSV(B)55.03º84.41%72.94%-
XYZ35.4240.417.1-
YUV160.4753.81146.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 173 (67.97% from 255) = 44.59%
BLUE value IS 29 (11.72% from 255) = 7.47%
R=47.94%
G=44.59%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861732900.070.840.2755.0373.0242.16
HexBAAD1D07541B37492a
Octal2722553507124336711152
Binary10111010101011011110101111010100110111101111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD1D; }

 p { color: rgb(186,173,29); }

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

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

 a { background-color: rgb(186,173,29); }

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

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

 span { border-color: rgb(186,173,29); }

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