Html Css Color HEX #BAA912 Earls Green

📋 copy color: '#BAA912'

red 186 ◦ green 169 ◦ blue 18

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

Shades of Earls Green #BAA912

Tints of Earls Green #BAA912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.83%

R = 49.87%
G = 45.31%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BAA912 (or 0xBAA912) is known color: Earls Green. HEX triplet: BA, A9 and 12. RGB value is (186,169,18). Sum of RGB (Red+Green+Blue) = 186+169+18=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA912 is #4556ED. Grayscale: #9D9D9D. Windows color (decimal): -4544238 or 1223098. OLE color: 1223098.

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

Color convert

RGB 186 169 18 -
CMYK 0 0.09 0.90 0.27
HSL 53.93º 0.82% 0.4% -
HSV(B) 53.93º 0.9% 0.73% -
XYZ 34.55 38.86 6.25 -
YUV 156.87 49.63 148.78 -
System Red Green Blue C M Y K H S L
Decimal 186 169 18 0 0.09 0.90 0.27 53.93 0.82 0.4
Hex BA A9 12 0 9 5A 1B 36 52 28
Octal 272 251 22 0 11 132 33 66 122 50
Binary 10111010 10101001 10010 0 1001 1011010 11011 110110 1010010 101000

Color Harmonies of #BAA912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA912

Black with #BAA912

Text Example


Text Example

White with #BAA912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA912; }

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

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

background-color css

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

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

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

border-color css

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

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

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