Html Css Color HEX #BAAC32 Earls Green

📋 copy color: '#BAAC32'

red 186 ◦ green 172 ◦ blue 50

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

Shades of Earls Green #BAAC32

Tints of Earls Green #BAAC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.25%

R = 45.59%
G = 42.16%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BAAC32 (or 0xBAAC32) is known color: Earls Green. HEX triplet: BA, AC and 32. RGB value is (186,172,50). Sum of RGB (Red+Green+Blue) = 186+172+50=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC32 is #4553CD. Grayscale: #A2A2A2. Windows color (decimal): -4543438 or 3321018. OLE color: 3321018.

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

Color convert

RGB 186 172 50 -
CMYK 0 0.08 0.73 0.27
HSL 53.82º 0.58% 0.46% -
HSV(B) 53.82º 0.73% 0.73% -
XYZ 35.58 40.17 8.9 -
YUV 162.28 64.64 144.92 -
System Red Green Blue C M Y K H S L
Decimal 186 172 50 0 0.08 0.73 0.27 53.82 0.58 0.46
Hex BA AC 32 0 8 49 1B 36 3A 2E
Octal 272 254 62 0 10 111 33 66 72 56
Binary 10111010 10101100 110010 0 1000 1001001 11011 110110 111010 101110

Color Harmonies of #BAAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC32

Black with #BAAC32

Text Example


Text Example

White with #BAAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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