Html Css Color HEX #BAAC12 Earls Green

📋 copy color: '#BAAC12'

red 186 ◦ green 172 ◦ blue 18

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

Shades of Earls Green #BAAC12

Tints of Earls Green #BAAC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.79%

R = 49.47%
G = 45.74%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BAAC12 (or 0xBAAC12) is known color: Earls Green. HEX triplet: BA, AC and 12. RGB value is (186,172,18). Sum of RGB (Red+Green+Blue) = 186+172+18=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAC12 is #4553ED. Grayscale: #9F9F9F. Windows color (decimal): -4543470 or 1223866. OLE color: 1223866.

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

Color convert

RGB 186 172 18 -
CMYK 0 0.08 0.90 0.27
HSL 55º 0.82% 0.4% -
HSV(B) 55º 0.9% 0.73% -
XYZ 35.11 39.99 6.44 -
YUV 158.63 48.64 147.52 -
System Red Green Blue C M Y K H S L
Decimal 186 172 18 0 0.08 0.90 0.27 55 0.82 0.4
Hex BA AC 12 0 8 5A 1B 37 52 28
Octal 272 254 22 0 10 132 33 67 122 50
Binary 10111010 10101100 10010 0 1000 1011010 11011 110111 1010010 101000

Color Harmonies of #BAAC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC12

Black with #BAAC12

Text Example


Text Example

White with #BAAC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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