Html Css Color HEX #BAA225 Earls Green

📋 copy color: '#BAA225'

red 186 ◦ green 162 ◦ blue 37

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

Shades of Earls Green #BAA225

Tints of Earls Green #BAA225

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.08%

 BLUE value IS 37 (14.84% from 255) = 9.61%

R = 48.31%
G = 42.08%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BAA225 (or 0xBAA225) is known color: Earls Green. HEX triplet: BA, A2 and 25. RGB value is (186,162,37). Sum of RGB (Red+Green+Blue) = 186+162+37=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA225 is #455DDA. Grayscale: #9B9B9B. Windows color (decimal): -4546011 or 2466490. OLE color: 2466490.

HSL color Cylindrical-coordinate representation of color #BAA225: hue angle of 50.34º degrees, saturation: 0.67, 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 #BAA225 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 162 37 -
CMYK 0 0.13 0.80 0.27
HSL 50.34º 0.67% 0.44% -
HSV(B) 50.34º 0.8% 0.73% -
XYZ 33.5 36.41 7.01 -
YUV 154.93 61.45 150.16 -
System Red Green Blue C M Y K H S L
Decimal 186 162 37 0 0.13 0.80 0.27 50.34 0.67 0.44
Hex BA A2 25 0 D 50 1B 32 43 2C
Octal 272 242 45 0 15 120 33 62 103 54
Binary 10111010 10100010 100101 0 1101 1010000 11011 110010 1000011 101100

Color Harmonies of #BAA225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA225

Black with #BAA225

Text Example


Text Example

White with #BAA225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA225; }

 p { color: rgb(186,162,37); }

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

background-color css

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

 a { background-color: rgb(186,162,37); }

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

border-color css

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

 span { border-color: rgb(186,162,37); }

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