Html Css Color HEX #BAAA20 Earls Green

📋 copy color: '#BAAA20'

red 186 ◦ green 170 ◦ blue 32

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

Shades of Earls Green #BAAA20

Tints of Earls Green #BAAA20

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.81%

 BLUE value IS 32 (12.89% from 255) = 8.25%

R = 47.94%
G = 43.81%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BAAA20 (or 0xBAAA20) is known color: Earls Green. HEX triplet: BA, AA and 20. RGB value is (186,170,32). Sum of RGB (Red+Green+Blue) = 186+170+32=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA20 is #4555DF. Grayscale: #9F9F9F. Windows color (decimal): -4543968 or 2140858. OLE color: 2140858.

HSL color Cylindrical-coordinate representation of color #BAAA20: hue angle of 53.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAAA20 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 170 32 -
CMYK 0 0.09 0.83 0.27
HSL 53.77º 0.71% 0.43% -
HSV(B) 53.77º 0.83% 0.73% -
XYZ 34.89 39.29 7.11 -
YUV 159.05 56.3 147.22 -
System Red Green Blue C M Y K H S L
Decimal 186 170 32 0 0.09 0.83 0.27 53.77 0.71 0.43
Hex BA AA 20 0 9 53 1B 36 47 2B
Octal 272 252 40 0 11 123 33 66 107 53
Binary 10111010 10101010 100000 0 1001 1010011 11011 110110 1000111 101011

Color Harmonies of #BAAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA20

Black with #BAAA20

Text Example


Text Example

White with #BAAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA20; }

 p { color: rgb(186,170,32); }

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

background-color css

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

 a { background-color: rgb(186,170,32); }

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

border-color css

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

 span { border-color: rgb(186,170,32); }

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