Html Css Color HEX #BAA62F Earls Green

📋 copy color: '#BAA62F'

red 186 ◦ green 166 ◦ blue 47

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

Shades of Earls Green #BAA62F

Tints of Earls Green #BAA62F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.6%

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

R = 46.62%
G = 41.6%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BAA62F (or 0xBAA62F) is known color: Earls Green. HEX triplet: BA, A6 and 2F. RGB value is (186,166,47). Sum of RGB (Red+Green+Blue) = 186+166+47=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA62F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA62F is #4559D0. Grayscale: #9E9E9E. Windows color (decimal): -4544977 or 3122874. OLE color: 3122874.

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

Color convert

RGB 186 166 47 -
CMYK 0 0.11 0.75 0.27
HSL 51.37º 0.6% 0.46% -
HSV(B) 51.37º 0.75% 0.73% -
XYZ 34.4 37.92 8.19 -
YUV 158.41 65.13 147.68 -
System Red Green Blue C M Y K H S L
Decimal 186 166 47 0 0.11 0.75 0.27 51.37 0.6 0.46
Hex BA A6 2F 0 B 4B 1B 33 3C 2E
Octal 272 246 57 0 13 113 33 63 74 56
Binary 10111010 10100110 101111 0 1011 1001011 11011 110011 111100 101110

Color Harmonies of #BAA62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA62F

Black with #BAA62F

Text Example


Text Example

White with #BAA62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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