Html Css Color HEX #BAA726 Earls Green

📋 copy color: '#BAA726'

red 186 ◦ green 167 ◦ blue 38

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

Shades of Earls Green #BAA726

Tints of Earls Green #BAA726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.72%

R = 47.57%
G = 42.71%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BAA726 (or 0xBAA726) is known color: Earls Green. HEX triplet: BA, A7 and 26. RGB value is (186,167,38). Sum of RGB (Red+Green+Blue) = 186+167+38=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA726 is #4558D9. Grayscale: #9E9E9E. Windows color (decimal): -4544730 or 2533306. OLE color: 2533306.

HSL color Cylindrical-coordinate representation of color #BAA726: hue angle of 52.3º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAA726 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 167 38 -
CMYK 0 0.10 0.80 0.27
HSL 52.3º 0.66% 0.44% -
HSV(B) 52.3º 0.8% 0.73% -
XYZ 34.42 38.22 7.4 -
YUV 157.98 60.29 147.99 -
System Red Green Blue C M Y K H S L
Decimal 186 167 38 0 0.10 0.80 0.27 52.3 0.66 0.44
Hex BA A7 26 0 A 50 1B 34 42 2C
Octal 272 247 46 0 12 120 33 64 102 54
Binary 10111010 10100111 100110 0 1010 1010000 11011 110100 1000010 101100

Color Harmonies of #BAA726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA726

Black with #BAA726

Text Example


Text Example

White with #BAA726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA726; }

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

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

background-color css

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

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

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

border-color css

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

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

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