Html Css Color HEX #BAA52E Earls Green

📋 copy color: '#BAA52E'

red 186 ◦ green 165 ◦ blue 46

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

Shades of Earls Green #BAA52E

Tints of Earls Green #BAA52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.59%

R = 46.85%
G = 41.56%
B = 11.59%

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

#BAA52E (or 0xBAA52E) is known color: Earls Green. HEX triplet: BA, A5 and 2E. RGB value is (186,165,46). Sum of RGB (Red+Green+Blue) = 186+165+46=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA52E is #455AD1. Grayscale: #9E9E9E. Windows color (decimal): -4545234 or 3057082. OLE color: 3057082.

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

Color convert

RGB 186 165 46 -
CMYK 0 0.11 0.75 0.27
HSL 51º 0.6% 0.45% -
HSV(B) 51º 0.75% 0.73% -
XYZ 34.2 37.55 8.03 -
YUV 157.71 64.96 148.18 -
System Red Green Blue C M Y K H S L
Decimal 186 165 46 0 0.11 0.75 0.27 51 0.6 0.45
Hex BA A5 2E 0 B 4B 1B 33 3C 2D
Octal 272 245 56 0 13 113 33 63 74 55
Binary 10111010 10100101 101110 0 1011 1001011 11011 110011 111100 101101

Color Harmonies of #BAA52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA52E

Black with #BAA52E

Text Example


Text Example

White with #BAA52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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