Html Css Color HEX #BAB429 Earls Green

📋 copy color: '#BAB429'

red 186 ◦ green 180 ◦ blue 41

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

Shades of Earls Green #BAB429

Tints of Earls Green #BAB429

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.23%

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

R = 45.7%
G = 44.23%
B = 10.07%

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

#BAB429 (or 0xBAB429) is known color: Earls Green. HEX triplet: BA, B4 and 29. RGB value is (186,180,41). Sum of RGB (Red+Green+Blue) = 186+180+41=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB429 is #454BD6. Grayscale: #A6A6A6. Windows color (decimal): -4541399 or 2733242. OLE color: 2733242.

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

Color convert

RGB 186 180 41 -
CMYK 0 0.03 0.78 0.27
HSL 57.52º 0.64% 0.45% -
HSV(B) 57.52º 0.78% 0.73% -
XYZ 36.97 43.24 8.5 -
YUV 165.95 57.49 142.3 -
System Red Green Blue C M Y K H S L
Decimal 186 180 41 0 0.03 0.78 0.27 57.52 0.64 0.45
Hex BA B4 29 0 3 4E 1B 3A 40 2D
Octal 272 264 51 0 3 116 33 72 100 55
Binary 10111010 10110100 101001 0 11 1001110 11011 111010 1000000 101101

Color Harmonies of #BAB429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB429

Black with #BAB429

Text Example


Text Example

White with #BAB429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB429; }

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

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

background-color css

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

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

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

border-color css

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

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

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