Html Css Color HEX #BAB41B Earls Green

📋 copy color: '#BAB41B'

red 186 ◦ green 180 ◦ blue 27

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

Shades of Earls Green #BAB41B

Tints of Earls Green #BAB41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.87%

R = 47.33%
G = 45.8%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BAB41B (or 0xBAB41B) is known color: Earls Green. HEX triplet: BA, B4 and 1B. RGB value is (186,180,27). Sum of RGB (Red+Green+Blue) = 186+180+27=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB41B is #454BE4. Grayscale: #A4A4A4. Windows color (decimal): -4541413 or 1815738. OLE color: 1815738.

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

Color convert

RGB 186 180 27 -
CMYK 0 0.03 0.85 0.27
HSL 57.74º 0.75% 0.42% -
HSV(B) 57.74º 0.85% 0.73% -
XYZ 36.77 43.16 7.43 -
YUV 164.35 50.49 143.44 -
System Red Green Blue C M Y K H S L
Decimal 186 180 27 0 0.03 0.85 0.27 57.74 0.75 0.42
Hex BA B4 1B 0 3 55 1B 3A 4B 2A
Octal 272 264 33 0 3 125 33 72 113 52
Binary 10111010 10110100 11011 0 11 1010101 11011 111010 1001011 101010

Color Harmonies of #BAB41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB41B

Black with #BAB41B

Text Example


Text Example

White with #BAB41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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