Html Css Color HEX #BAAC11 Earls Green

📋 copy color: '#BAAC11'

red 186 ◦ green 172 ◦ blue 17

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

Shades of Earls Green #BAAC11

Tints of Earls Green #BAAC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.53%

R = 49.6%
G = 45.87%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BAAC11 (or 0xBAAC11) is known color: Earls Green. HEX triplet: BA, AC and 11. RGB value is (186,172,17). Sum of RGB (Red+Green+Blue) = 186+172+17=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAC11 is #4553EE. Grayscale: #9F9F9F. Windows color (decimal): -4543471 or 1158330. OLE color: 1158330.

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

Color convert

RGB 186 172 17 -
CMYK 0 0.08 0.91 0.27
HSL 55.03º 0.83% 0.4% -
HSV(B) 55.03º 0.91% 0.73% -
XYZ 35.1 39.98 6.4 -
YUV 158.52 48.14 147.6 -
System Red Green Blue C M Y K H S L
Decimal 186 172 17 0 0.08 0.91 0.27 55.03 0.83 0.4
Hex BA AC 11 0 8 5B 1B 37 53 28
Octal 272 254 21 0 10 133 33 67 123 50
Binary 10111010 10101100 10001 0 1000 1011011 11011 110111 1010011 101000

Color Harmonies of #BAAC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC11

Black with #BAAC11

Text Example


Text Example

White with #BAAC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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