Html Css Color HEX #BAA32F Earls Green

📋 copy color: '#BAA32F'

red 186 ◦ green 163 ◦ blue 47

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

Shades of Earls Green #BAA32F

Tints of Earls Green #BAA32F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.16%

 BLUE value IS 47 (18.75% from 255) = 11.87%

R = 46.97%
G = 41.16%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BAA32F (or 0xBAA32F) is known color: Earls Green. HEX triplet: BA, A3 and 2F. RGB value is (186,163,47). Sum of RGB (Red+Green+Blue) = 186+163+47=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA32F is #455CD0. Grayscale: #9D9D9D. Windows color (decimal): -4545745 or 3122106. OLE color: 3122106.

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

Color convert

RGB 186 163 47 -
CMYK 0 0.12 0.75 0.27
HSL 50.07º 0.6% 0.46% -
HSV(B) 50.07º 0.75% 0.73% -
XYZ 33.86 36.84 8.02 -
YUV 156.65 66.12 148.93 -
System Red Green Blue C M Y K H S L
Decimal 186 163 47 0 0.12 0.75 0.27 50.07 0.6 0.46
Hex BA A3 2F 0 C 4B 1B 32 3C 2E
Octal 272 243 57 0 14 113 33 62 74 56
Binary 10111010 10100011 101111 0 1100 1001011 11011 110010 111100 101110

Color Harmonies of #BAA32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA32F

Black with #BAA32F

Text Example


Text Example

White with #BAA32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA32F; }

 p { color: rgb(186,163,47); }

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

background-color css

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

 a { background-color: rgb(186,163,47); }

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

border-color css

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

 span { border-color: rgb(186,163,47); }

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