Html Css Color HEX #BAAA11 Earls Green

📋 copy color: '#BAAA11'

red 186 ◦ green 170 ◦ blue 17

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

Shades of Earls Green #BAAA11

Tints of Earls Green #BAAA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.56%

R = 49.87%
G = 45.58%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BAAA11 (or 0xBAAA11) is known color: Earls Green. HEX triplet: BA, AA and 11. RGB value is (186,170,17). Sum of RGB (Red+Green+Blue) = 186+170+17=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAA11 is #4555EE. Grayscale: #9D9D9D. Windows color (decimal): -4543983 or 1157818. OLE color: 1157818.

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

Color convert

RGB 186 170 17 -
CMYK 0 0.09 0.91 0.27
HSL 54.32º 0.83% 0.4% -
HSV(B) 54.32º 0.91% 0.73% -
XYZ 34.73 39.23 6.27 -
YUV 157.34 48.8 148.44 -
System Red Green Blue C M Y K H S L
Decimal 186 170 17 0 0.09 0.91 0.27 54.32 0.83 0.4
Hex BA AA 11 0 9 5B 1B 36 53 28
Octal 272 252 21 0 11 133 33 66 123 50
Binary 10111010 10101010 10001 0 1001 1011011 11011 110110 1010011 101000

Color Harmonies of #BAAA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA11

Black with #BAAA11

Text Example


Text Example

White with #BAAA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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