Html Css Color HEX #BAB329 Earls Green

📋 copy color: '#BAB329'

red 186 ◦ green 179 ◦ blue 41

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

Shades of Earls Green #BAB329

Tints of Earls Green #BAB329

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.09%

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

R = 45.81%
G = 44.09%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BAB329 (or 0xBAB329) is known color: Earls Green. HEX triplet: BA, B3 and 29. RGB value is (186,179,41). Sum of RGB (Red+Green+Blue) = 186+179+41=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 41 (16.41% from 255 or 10.10% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB329 is #454CD6. Grayscale: #A5A5A5. Windows color (decimal): -4541655 or 2732986. OLE color: 2732986.

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

Color convert

RGB 186 179 41 -
CMYK 0 0.04 0.78 0.27
HSL 57.1º 0.64% 0.45% -
HSV(B) 57.1º 0.78% 0.73% -
XYZ 36.77 42.84 8.43 -
YUV 165.36 57.82 142.72 -
System Red Green Blue C M Y K H S L
Decimal 186 179 41 0 0.04 0.78 0.27 57.1 0.64 0.45
Hex BA B3 29 0 4 4E 1B 39 40 2D
Octal 272 263 51 0 4 116 33 71 100 55
Binary 10111010 10110011 101001 0 100 1001110 11011 111001 1000000 101101

Color Harmonies of #BAB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB329

Black with #BAB329

Text Example


Text Example

White with #BAB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB329; }

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

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

background-color css

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

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

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

border-color css

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

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

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