Html Css Color HEX #BAA532 Earls Green

📋 copy color: '#BAA532'

red 186 ◦ green 165 ◦ blue 50

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

Shades of Earls Green #BAA532

Tints of Earls Green #BAA532

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.15%

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

R = 46.38%
G = 41.15%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BAA532 (or 0xBAA532) is known color: Earls Green. HEX triplet: BA, A5 and 32. RGB value is (186,165,50). Sum of RGB (Red+Green+Blue) = 186+165+50=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA532 is #455ACD. Grayscale: #9E9E9E. Windows color (decimal): -4545230 or 3319226. OLE color: 3319226.

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

Color convert

RGB 186 165 50 -
CMYK 0 0.11 0.73 0.27
HSL 50.74º 0.58% 0.46% -
HSV(B) 50.74º 0.73% 0.73% -
XYZ 34.28 37.58 8.46 -
YUV 158.17 66.96 147.85 -
System Red Green Blue C M Y K H S L
Decimal 186 165 50 0 0.11 0.73 0.27 50.74 0.58 0.46
Hex BA A5 32 0 B 49 1B 33 3A 2E
Octal 272 245 62 0 13 111 33 63 72 56
Binary 10111010 10100101 110010 0 1011 1001001 11011 110011 111010 101110

Color Harmonies of #BAA532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA532

Black with #BAA532

Text Example


Text Example

White with #BAA532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA532; }

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

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

background-color css

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

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

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

border-color css

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

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

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