Html Css Color HEX #BAA72A Earls Green

📋 copy color: '#BAA72A'

red 186 ◦ green 167 ◦ blue 42

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

Shades of Earls Green #BAA72A

Tints of Earls Green #BAA72A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.28%

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

R = 47.09%
G = 42.28%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BAA72A (or 0xBAA72A) is known color: Earls Green. HEX triplet: BA, A7 and 2A. RGB value is (186,167,42). Sum of RGB (Red+Green+Blue) = 186+167+42=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA72A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA72A is #4558D5. Grayscale: #9E9E9E. Windows color (decimal): -4544726 or 2795450. OLE color: 2795450.

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

Color convert

RGB 186 167 42 -
CMYK 0 0.10 0.77 0.27
HSL 52.08º 0.63% 0.45% -
HSV(B) 52.08º 0.77% 0.73% -
XYZ 34.49 38.24 7.75 -
YUV 158.43 62.29 147.66 -
System Red Green Blue C M Y K H S L
Decimal 186 167 42 0 0.10 0.77 0.27 52.08 0.63 0.45
Hex BA A7 2A 0 A 4D 1B 34 3F 2D
Octal 272 247 52 0 12 115 33 64 77 55
Binary 10111010 10100111 101010 0 1010 1001101 11011 110100 111111 101101

Color Harmonies of #BAA72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA72A

Black with #BAA72A

Text Example


Text Example

White with #BAA72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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