Html Css Color HEX #BAA911 Earls Green

📋 copy color: '#BAA911'

red 186 ◦ green 169 ◦ blue 17

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

Shades of Earls Green #BAA911

Tints of Earls Green #BAA911

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.43%

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

R = 50%
G = 45.43%
B = 4.57%

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

#BAA911 (or 0xBAA911) is known color: Earls Green. HEX triplet: BA, A9 and 11. RGB value is (186,169,17). Sum of RGB (Red+Green+Blue) = 186+169+17=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA911 is #4556EE. Grayscale: #9D9D9D. Windows color (decimal): -4544239 or 1157562. OLE color: 1157562.

HSL color Cylindrical-coordinate representation of color #BAA911: hue angle of 53.96º 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 #BAA911 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 169 17 -
CMYK 0 0.09 0.91 0.27
HSL 53.96º 0.83% 0.4% -
HSV(B) 53.96º 0.91% 0.73% -
XYZ 34.54 38.86 6.21 -
YUV 156.76 49.13 148.86 -
System Red Green Blue C M Y K H S L
Decimal 186 169 17 0 0.09 0.91 0.27 53.96 0.83 0.4
Hex BA A9 11 0 9 5B 1B 36 53 28
Octal 272 251 21 0 11 133 33 66 123 50
Binary 10111010 10101001 10001 0 1001 1011011 11011 110110 1010011 101000

Color Harmonies of #BAA911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA911

Black with #BAA911

Text Example


Text Example

White with #BAA911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA911; }

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

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

background-color css

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

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

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

border-color css

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

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

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