Html Css Color HEX #BAA52A Earls Green

📋 copy color: '#BAA52A'

red 186 ◦ green 165 ◦ blue 42

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

Shades of Earls Green #BAA52A

Tints of Earls Green #BAA52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.69%

R = 47.33%
G = 41.98%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BAA52A (or 0xBAA52A) is known color: Earls Green. HEX triplet: BA, A5 and 2A. RGB value is (186,165,42). Sum of RGB (Red+Green+Blue) = 186+165+42=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA52A is #455AD5. Grayscale: #9D9D9D. Windows color (decimal): -4545238 or 2794938. OLE color: 2794938.

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

Color convert

RGB 186 165 42 -
CMYK 0 0.11 0.77 0.27
HSL 51.25º 0.63% 0.45% -
HSV(B) 51.25º 0.77% 0.73% -
XYZ 34.12 37.52 7.63 -
YUV 157.26 62.96 148.5 -
System Red Green Blue C M Y K H S L
Decimal 186 165 42 0 0.11 0.77 0.27 51.25 0.63 0.45
Hex BA A5 2A 0 B 4D 1B 33 3F 2D
Octal 272 245 52 0 13 115 33 63 77 55
Binary 10111010 10100101 101010 0 1011 1001101 11011 110011 111111 101101

Color Harmonies of #BAA52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA52A

Black with #BAA52A

Text Example


Text Example

White with #BAA52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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