Html Css Color HEX #BAAC24 Earls Green

📋 copy color: '#BAAC24'

red 186 ◦ green 172 ◦ blue 36

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

Shades of Earls Green #BAAC24

Tints of Earls Green #BAAC24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.14%

R = 47.21%
G = 43.65%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BAAC24 (or 0xBAAC24) is known color: Earls Green. HEX triplet: BA, AC and 24. RGB value is (186,172,36). Sum of RGB (Red+Green+Blue) = 186+172+36=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 36 (14.45% from 255 or 9.14% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC24 is #4553DB. Grayscale: #A1A1A1. Windows color (decimal): -4543452 or 2403514. OLE color: 2403514.

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

Color convert

RGB 186 172 36 -
CMYK 0 0.08 0.81 0.27
HSL 54.4º 0.68% 0.44% -
HSV(B) 54.4º 0.81% 0.73% -
XYZ 35.32 40.07 7.54 -
YUV 160.68 57.64 146.06 -
System Red Green Blue C M Y K H S L
Decimal 186 172 36 0 0.08 0.81 0.27 54.4 0.68 0.44
Hex BA AC 24 0 8 51 1B 36 44 2C
Octal 272 254 44 0 10 121 33 66 104 54
Binary 10111010 10101100 100100 0 1000 1010001 11011 110110 1000100 101100

Color Harmonies of #BAAC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC24

Black with #BAAC24

Text Example


Text Example

White with #BAAC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC24; }

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

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

background-color css

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

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

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

border-color css

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

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

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