Html Css Color HEX #BAB229 Earls Green

📋 copy color: '#BAB229'

red 186 ◦ green 178 ◦ blue 41

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

Shades of Earls Green #BAB229

Tints of Earls Green #BAB229

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.95%

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

R = 45.93%
G = 43.95%
B = 10.12%

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

#BAB229 (or 0xBAB229) is known color: Earls Green. HEX triplet: BA, B2 and 29. RGB value is (186,178,41). Sum of RGB (Red+Green+Blue) = 186+178+41=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB229 is #454DD6. Grayscale: #A5A5A5. Windows color (decimal): -4541911 or 2732730. OLE color: 2732730.

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

Color convert

RGB 186 178 41 -
CMYK 0 0.04 0.78 0.27
HSL 56.69º 0.64% 0.45% -
HSV(B) 56.69º 0.78% 0.73% -
XYZ 36.57 42.44 8.36 -
YUV 164.77 58.15 143.14 -
System Red Green Blue C M Y K H S L
Decimal 186 178 41 0 0.04 0.78 0.27 56.69 0.64 0.45
Hex BA B2 29 0 4 4E 1B 39 40 2D
Octal 272 262 51 0 4 116 33 71 100 55
Binary 10111010 10110010 101001 0 100 1001110 11011 111001 1000000 101101

Color Harmonies of #BAB229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB229

Black with #BAB229

Text Example


Text Example

White with #BAB229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB229; }

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

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

background-color css

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

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

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

border-color css

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

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

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