Html Css Color HEX #BAB31A Earls Green

📋 copy color: '#BAB31A'

red 186 ◦ green 179 ◦ blue 26

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

Shades of Earls Green #BAB31A

Tints of Earls Green #BAB31A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.78%

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

R = 47.57%
G = 45.78%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BAB31A (or 0xBAB31A) is known color: Earls Green. HEX triplet: BA, B3 and 1A. RGB value is (186,179,26). Sum of RGB (Red+Green+Blue) = 186+179+26=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB31A is #454CE5. Grayscale: #A4A4A4. Windows color (decimal): -4541670 or 1749946. OLE color: 1749946.

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

Color convert

RGB 186 179 26 -
CMYK 0 0.04 0.86 0.27
HSL 57.38º 0.75% 0.42% -
HSV(B) 57.38º 0.86% 0.73% -
XYZ 36.56 42.75 7.3 -
YUV 163.65 50.32 143.94 -
System Red Green Blue C M Y K H S L
Decimal 186 179 26 0 0.04 0.86 0.27 57.38 0.75 0.42
Hex BA B3 1A 0 4 56 1B 39 4B 2A
Octal 272 263 32 0 4 126 33 71 113 52
Binary 10111010 10110011 11010 0 100 1010110 11011 111001 1001011 101010

Color Harmonies of #BAB31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB31A

Black with #BAB31A

Text Example


Text Example

White with #BAB31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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