Html Css Color HEX #BAAC1D Earls Green

📋 copy color: '#BAAC1D'

red 186 ◦ green 172 ◦ blue 29

#BAAC1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #BAAC1D

Tints of Earls Green #BAAC1D

RGB

 RED value IS 186 (73.05% from 255) = 48.06%

 GREEN value IS 172 (67.58% from 255) = 44.44%

 BLUE value IS 29 (11.72% from 255) = 7.49%

R = 48.06%
G = 44.44%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BAAC1D (or 0xBAAC1D) is known color: Earls Green. HEX triplet: BA, AC and 1D. RGB value is (186,172,29). Sum of RGB (Red+Green+Blue) = 186+172+29=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC1D is #4553E2. Grayscale: #A0A0A0. Windows color (decimal): -4543459 or 1944762. OLE color: 1944762.

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

Color convert

RGB 186 172 29 -
CMYK 0 0.08 0.84 0.27
HSL 54.65º 0.73% 0.42% -
HSV(B) 54.65º 0.84% 0.73% -
XYZ 35.22 40.03 7.03 -
YUV 159.88 54.14 146.63 -
System Red Green Blue C M Y K H S L
Decimal 186 172 29 0 0.08 0.84 0.27 54.65 0.73 0.42
Hex BA AC 1D 0 8 54 1B 37 49 2A
Octal 272 254 35 0 10 124 33 67 111 52
Binary 10111010 10101100 11101 0 1000 1010100 11011 110111 1001001 101010

Color Harmonies of #BAAC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC1D

Black with #BAAC1D

Text Example


Text Example

White with #BAAC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC1D; }

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

 H1.HeaderClassName
 {
   color: #BAAC1D;
 }
 .AnyTagClassName
 {
   color: #BAAC1D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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