Html Css Color HEX #BAB529 Earls Green

📋 copy color: '#BAB529'

red 186 ◦ green 181 ◦ blue 41

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

Shades of Earls Green #BAB529

Tints of Earls Green #BAB529

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.36%

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

R = 45.59%
G = 44.36%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BAB529 (or 0xBAB529) is known color: Earls Green. HEX triplet: BA, B5 and 29. RGB value is (186,181,41). Sum of RGB (Red+Green+Blue) = 186+181+41=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB529 is #454AD6. Grayscale: #A7A7A7. Windows color (decimal): -4541143 or 2733498. OLE color: 2733498.

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

Color convert

RGB 186 181 41 -
CMYK 0 0.03 0.78 0.27
HSL 57.93º 0.64% 0.45% -
HSV(B) 57.93º 0.78% 0.73% -
XYZ 37.17 43.65 8.56 -
YUV 166.54 57.16 141.88 -
System Red Green Blue C M Y K H S L
Decimal 186 181 41 0 0.03 0.78 0.27 57.93 0.64 0.45
Hex BA B5 29 0 3 4E 1B 3A 40 2D
Octal 272 265 51 0 3 116 33 72 100 55
Binary 10111010 10110101 101001 0 11 1001110 11011 111010 1000000 101101

Color Harmonies of #BAB529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB529

Black with #BAB529

Text Example


Text Example

White with #BAB529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB529; }

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

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

background-color css

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

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

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

border-color css

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

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

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