Html Css Color HEX #BAB531 Earls Green

📋 copy color: '#BAB531'

red 186 ◦ green 181 ◦ blue 49

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

Shades of Earls Green #BAB531

Tints of Earls Green #BAB531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.51%

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

R = 44.71%
G = 43.51%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BAB531 (or 0xBAB531) is known color: Earls Green. HEX triplet: BA, B5 and 31. RGB value is (186,181,49). Sum of RGB (Red+Green+Blue) = 186+181+49=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB531 is #454ACE. Grayscale: #A7A7A7. Windows color (decimal): -4541135 or 3257786. OLE color: 3257786.

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

Color convert

RGB 186 181 49 -
CMYK 0 0.03 0.74 0.27
HSL 57.81º 0.58% 0.46% -
HSV(B) 57.81º 0.74% 0.73% -
XYZ 37.33 43.71 9.37 -
YUV 167.45 61.16 141.23 -
System Red Green Blue C M Y K H S L
Decimal 186 181 49 0 0.03 0.74 0.27 57.81 0.58 0.46
Hex BA B5 31 0 3 4A 1B 3A 3A 2E
Octal 272 265 61 0 3 112 33 72 72 56
Binary 10111010 10110101 110001 0 11 1001010 11011 111010 111010 101110

Color Harmonies of #BAB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB531

Black with #BAB531

Text Example


Text Example

White with #BAB531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB531; }

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

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

background-color css

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

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

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

border-color css

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

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

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