Html Css Color HEX #BAA712 Earls Green

📋 copy color: '#BAA712'

red 186 ◦ green 167 ◦ blue 18

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

Shades of Earls Green #BAA712

Tints of Earls Green #BAA712

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.01%

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

R = 50.13%
G = 45.01%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BAA712 (or 0xBAA712) is known color: Earls Green. HEX triplet: BA, A7 and 12. RGB value is (186,167,18). Sum of RGB (Red+Green+Blue) = 186+167+18=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA712 is #4558ED. Grayscale: #9C9C9C. Windows color (decimal): -4544750 or 1222586. OLE color: 1222586.

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

Color convert

RGB 186 167 18 -
CMYK 0 0.10 0.90 0.27
HSL 53.21º 0.82% 0.4% -
HSV(B) 53.21º 0.9% 0.73% -
XYZ 34.18 38.12 6.13 -
YUV 155.7 50.29 149.62 -
System Red Green Blue C M Y K H S L
Decimal 186 167 18 0 0.10 0.90 0.27 53.21 0.82 0.4
Hex BA A7 12 0 A 5A 1B 35 52 28
Octal 272 247 22 0 12 132 33 65 122 50
Binary 10111010 10100111 10010 0 1010 1011010 11011 110101 1010010 101000

Color Harmonies of #BAA712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA712

Black with #BAA712

Text Example


Text Example

White with #BAA712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA712; }

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

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

background-color css

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

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

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

border-color css

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

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

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