Html Css Color HEX #BAA924 Earls Green

📋 copy color: '#BAA924'

red 186 ◦ green 169 ◦ blue 36

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

Shades of Earls Green #BAA924

Tints of Earls Green #BAA924

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.22%

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

R = 47.57%
G = 43.22%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BAA924 (or 0xBAA924) is known color: Earls Green. HEX triplet: BA, A9 and 24. RGB value is (186,169,36). Sum of RGB (Red+Green+Blue) = 186+169+36=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA924 is #4556DB. Grayscale: #9F9F9F. Windows color (decimal): -4544220 or 2402746. OLE color: 2402746.

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

Color convert

RGB 186 169 36 -
CMYK 0 0.09 0.81 0.27
HSL 53.2º 0.68% 0.44% -
HSV(B) 53.2º 0.81% 0.73% -
XYZ 34.76 38.94 7.35 -
YUV 158.92 58.63 147.31 -
System Red Green Blue C M Y K H S L
Decimal 186 169 36 0 0.09 0.81 0.27 53.2 0.68 0.44
Hex BA A9 24 0 9 51 1B 35 44 2C
Octal 272 251 44 0 11 121 33 65 104 54
Binary 10111010 10101001 100100 0 1001 1010001 11011 110101 1000100 101100

Color Harmonies of #BAA924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA924

Black with #BAA924

Text Example


Text Example

White with #BAA924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA924; }

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

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

background-color css

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

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

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

border-color css

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

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

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