Html Css Color HEX #BAB129 Earls Green

📋 copy color: '#BAB129'

red 186 ◦ green 177 ◦ blue 41

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

Shades of Earls Green #BAB129

Tints of Earls Green #BAB129

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.81%

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

R = 46.04%
G = 43.81%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BAB129 (or 0xBAB129) is known color: Earls Green. HEX triplet: BA, B1 and 29. RGB value is (186,177,41). Sum of RGB (Red+Green+Blue) = 186+177+41=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB129 is #454ED6. Grayscale: #A4A4A4. Windows color (decimal): -4542167 or 2732474. OLE color: 2732474.

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

Color convert

RGB 186 177 41 -
CMYK 0 0.05 0.78 0.27
HSL 56.28º 0.64% 0.45% -
HSV(B) 56.28º 0.78% 0.73% -
XYZ 36.37 42.04 8.3 -
YUV 164.19 58.48 143.56 -
System Red Green Blue C M Y K H S L
Decimal 186 177 41 0 0.05 0.78 0.27 56.28 0.64 0.45
Hex BA B1 29 0 5 4E 1B 38 40 2D
Octal 272 261 51 0 5 116 33 70 100 55
Binary 10111010 10110001 101001 0 101 1001110 11011 111000 1000000 101101

Color Harmonies of #BAB129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB129

Black with #BAB129

Text Example


Text Example

White with #BAB129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB129; }

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

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

background-color css

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

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

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

border-color css

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

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

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