Html Css Color HEX #BAB932 Earls Green

📋 copy color: '#BAB932'

red 186 ◦ green 185 ◦ blue 50

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

Shades of Earls Green #BAB932

Tints of Earls Green #BAB932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.88%

R = 44.18%
G = 43.94%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BAB932 (or 0xBAB932) is known color: Earls Green. HEX triplet: BA, B9 and 32. RGB value is (186,185,50). Sum of RGB (Red+Green+Blue) = 186+185+50=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB932 is #4546CD. Grayscale: #AAAAAA. Windows color (decimal): -4540110 or 3324346. OLE color: 3324346.

HSL color Cylindrical-coordinate representation of color #BAB932: 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.73%. Process color model (Four color, CMYK) of #BAB932 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 50 -
CMYK 0 0.01 0.73 0.27
HSL 59.56º 0.58% 0.46% -
HSV(B) 59.56º 0.73% 0.73% -
XYZ 38.17 45.37 9.76 -
YUV 169.91 60.33 139.48 -
System Red Green Blue C M Y K H S L
Decimal 186 185 50 0 0.01 0.73 0.27 59.56 0.58 0.46
Hex BA B9 32 0 1 49 1B 3C 3A 2E
Octal 272 271 62 0 1 111 33 74 72 56
Binary 10111010 10111001 110010 0 1 1001001 11011 111100 111010 101110

Color Harmonies of #BAB932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB932

Black with #BAB932

Text Example


Text Example

White with #BAB932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB932; }

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

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

background-color css

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

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

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

border-color css

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

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

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