Html Css Color HEX #BAAA31 Earls Green

📋 copy color: '#BAAA31'

red 186 ◦ green 170 ◦ blue 49

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

Shades of Earls Green #BAAA31

Tints of Earls Green #BAAA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.1%

R = 45.93%
G = 41.98%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BAAA31 (or 0xBAAA31) is known color: Earls Green. HEX triplet: BA, AA and 31. RGB value is (186,170,49). Sum of RGB (Red+Green+Blue) = 186+170+49=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA31 is #4555CE. Grayscale: #A1A1A1. Windows color (decimal): -4543951 or 3254970. OLE color: 3254970.

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

Color convert

RGB 186 170 49 -
CMYK 0 0.09 0.74 0.27
HSL 52.99º 0.58% 0.46% -
HSV(B) 52.99º 0.74% 0.73% -
XYZ 35.18 39.41 8.66 -
YUV 160.99 64.8 145.84 -
System Red Green Blue C M Y K H S L
Decimal 186 170 49 0 0.09 0.74 0.27 52.99 0.58 0.46
Hex BA AA 31 0 9 4A 1B 35 3A 2E
Octal 272 252 61 0 11 112 33 65 72 56
Binary 10111010 10101010 110001 0 1001 1001010 11011 110101 111010 101110

Color Harmonies of #BAAA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA31

Black with #BAAA31

Text Example


Text Example

White with #BAAA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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