Html Css Color HEX #BAA42F Earls Green

📋 copy color: '#BAA42F'

red 186 ◦ green 164 ◦ blue 47

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

Shades of Earls Green #BAA42F

Tints of Earls Green #BAA42F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.31%

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

R = 46.85%
G = 41.31%
B = 11.84%

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

#BAA42F (or 0xBAA42F) is known color: Earls Green. HEX triplet: BA, A4 and 2F. RGB value is (186,164,47). Sum of RGB (Red+Green+Blue) = 186+164+47=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA42F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA42F is #455BD0. Grayscale: #9D9D9D. Windows color (decimal): -4545489 or 3122362. OLE color: 3122362.

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

Color convert

RGB 186 164 47 -
CMYK 0 0.12 0.75 0.27
HSL 50.5º 0.6% 0.46% -
HSV(B) 50.5º 0.75% 0.73% -
XYZ 34.04 37.2 8.07 -
YUV 157.24 65.79 148.51 -
System Red Green Blue C M Y K H S L
Decimal 186 164 47 0 0.12 0.75 0.27 50.5 0.6 0.46
Hex BA A4 2F 0 C 4B 1B 33 3C 2E
Octal 272 244 57 0 14 113 33 63 74 56
Binary 10111010 10100100 101111 0 1100 1001011 11011 110011 111100 101110

Color Harmonies of #BAA42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA42F

Black with #BAA42F

Text Example


Text Example

White with #BAA42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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