Html Css Color HEX #BAB829 Earls Green

📋 copy color: '#BAB829'

red 186 ◦ green 184 ◦ blue 41

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

Shades of Earls Green #BAB829

Tints of Earls Green #BAB829

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.77%

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

R = 45.26%
G = 44.77%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BAB829 (or 0xBAB829) is known color: Earls Green. HEX triplet: BA, B8 and 29. RGB value is (186,184,41). Sum of RGB (Red+Green+Blue) = 186+184+41=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB829 is #4547D6. Grayscale: #A8A8A8. Windows color (decimal): -4540375 or 2734266. OLE color: 2734266.

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

Color convert

RGB 186 184 41 -
CMYK 0 0.01 0.78 0.27
HSL 59.17º 0.64% 0.45% -
HSV(B) 59.17º 0.78% 0.73% -
XYZ 37.79 44.88 8.77 -
YUV 168.3 56.16 140.63 -
System Red Green Blue C M Y K H S L
Decimal 186 184 41 0 0.01 0.78 0.27 59.17 0.64 0.45
Hex BA B8 29 0 1 4E 1B 3B 40 2D
Octal 272 270 51 0 1 116 33 73 100 55
Binary 10111010 10111000 101001 0 1 1001110 11011 111011 1000000 101101

Color Harmonies of #BAB829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB829

Black with #BAB829

Text Example


Text Example

White with #BAB829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB829; }

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

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

background-color css

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

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

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

border-color css

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

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

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