Html Css Color HEX #BAB931 Earls Green

📋 copy color: '#BAB931'

red 186 ◦ green 185 ◦ blue 49

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

Shades of Earls Green #BAB931

Tints of Earls Green #BAB931

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.05%

 BLUE value IS 49 (19.53% from 255) = 11.67%

R = 44.29%
G = 44.05%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BAB931 (or 0xBAB931) is known color: Earls Green. HEX triplet: BA, B9 and 31. RGB value is (186,185,49). Sum of RGB (Red+Green+Blue) = 186+185+49=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB931 is #4546CE. Grayscale: #AAAAAA. Windows color (decimal): -4540111 or 3258810. OLE color: 3258810.

HSL color Cylindrical-coordinate representation of color #BAB931: hue angle of 59.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAB931 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 49 -
CMYK 0 0.01 0.74 0.27
HSL 59.56º 0.58% 0.46% -
HSV(B) 59.56º 0.74% 0.73% -
XYZ 38.15 45.36 9.65 -
YUV 169.8 59.83 139.56 -
System Red Green Blue C M Y K H S L
Decimal 186 185 49 0 0.01 0.74 0.27 59.56 0.58 0.46
Hex BA B9 31 0 1 4A 1B 3C 3A 2E
Octal 272 271 61 0 1 112 33 74 72 56
Binary 10111010 10111001 110001 0 1 1001010 11011 111100 111010 101110

Color Harmonies of #BAB931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB931

Black with #BAB931

Text Example


Text Example

White with #BAB931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB931; }

 p { color: rgb(186,185,49); }

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

background-color css

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

 a { background-color: rgb(186,185,49); }

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

border-color css

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

 span { border-color: rgb(186,185,49); }

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