Html Css Color HEX #BAA529 Earls Green

📋 copy color: '#BAA529'

red 186 ◦ green 165 ◦ blue 41

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

Shades of Earls Green #BAA529

Tints of Earls Green #BAA529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.09%

 BLUE value IS 41 (16.41% from 255) = 10.46%

R = 47.45%
G = 42.09%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BAA529 (or 0xBAA529) is known color: Earls Green. HEX triplet: BA, A5 and 29. RGB value is (186,165,41). Sum of RGB (Red+Green+Blue) = 186+165+41=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA529 is #455AD6. Grayscale: #9D9D9D. Windows color (decimal): -4545239 or 2729402. OLE color: 2729402.

HSL color Cylindrical-coordinate representation of color #BAA529: hue angle of 51.31º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAA529 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 165 41 -
CMYK 0 0.11 0.78 0.27
HSL 51.31º 0.64% 0.45% -
HSV(B) 51.31º 0.78% 0.73% -
XYZ 34.11 37.51 7.54 -
YUV 157.14 62.46 148.58 -
System Red Green Blue C M Y K H S L
Decimal 186 165 41 0 0.11 0.78 0.27 51.31 0.64 0.45
Hex BA A5 29 0 B 4E 1B 33 40 2D
Octal 272 245 51 0 13 116 33 63 100 55
Binary 10111010 10100101 101001 0 1011 1001110 11011 110011 1000000 101101

Color Harmonies of #BAA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA529

Black with #BAA529

Text Example


Text Example

White with #BAA529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA529; }

 p { color: rgb(186,165,41); }

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

background-color css

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

 a { background-color: rgb(186,165,41); }

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

border-color css

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

 span { border-color: rgb(186,165,41); }

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