Html Css Color HEX #BAB41A Earls Green

📋 copy color: '#BAB41A'

red 186 ◦ green 180 ◦ blue 26

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

Shades of Earls Green #BAB41A

Tints of Earls Green #BAB41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.63%

R = 47.45%
G = 45.92%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BAB41A (or 0xBAB41A) is known color: Earls Green. HEX triplet: BA, B4 and 1A. RGB value is (186,180,26). Sum of RGB (Red+Green+Blue) = 186+180+26=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB41A is #454BE5. Grayscale: #A4A4A4. Windows color (decimal): -4541414 or 1750202. OLE color: 1750202.

HSL color Cylindrical-coordinate representation of color #BAB41A: hue angle of 57.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAB41A is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 26 -
CMYK 0 0.03 0.86 0.27
HSL 57.75º 0.75% 0.42% -
HSV(B) 57.75º 0.86% 0.73% -
XYZ 36.76 43.16 7.37 -
YUV 164.24 49.99 143.52 -
System Red Green Blue C M Y K H S L
Decimal 186 180 26 0 0.03 0.86 0.27 57.75 0.75 0.42
Hex BA B4 1A 0 3 56 1B 3A 4B 2A
Octal 272 264 32 0 3 126 33 72 113 52
Binary 10111010 10110100 11010 0 11 1010110 11011 111010 1001011 101010

Color Harmonies of #BAB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB41A

Black with #BAB41A

Text Example


Text Example

White with #BAB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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