Html Css Color HEX #BAA711 Earls Green

📋 copy color: '#BAA711'

red 186 ◦ green 167 ◦ blue 17

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

Shades of Earls Green #BAA711

Tints of Earls Green #BAA711

RGB

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

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

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

R = 50.27%
G = 45.14%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BAA711 (or 0xBAA711) is known color: Earls Green. HEX triplet: BA, A7 and 11. RGB value is (186,167,17). Sum of RGB (Red+Green+Blue) = 186+167+17=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA711 is #4558EE. Grayscale: #9C9C9C. Windows color (decimal): -4544751 or 1157050. OLE color: 1157050.

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

Color convert

RGB 186 167 17 -
CMYK 0 0.10 0.91 0.27
HSL 53.25º 0.83% 0.4% -
HSV(B) 53.25º 0.91% 0.73% -
XYZ 34.17 38.12 6.09 -
YUV 155.58 49.79 149.7 -
System Red Green Blue C M Y K H S L
Decimal 186 167 17 0 0.10 0.91 0.27 53.25 0.83 0.4
Hex BA A7 11 0 A 5B 1B 35 53 28
Octal 272 247 21 0 12 133 33 65 123 50
Binary 10111010 10100111 10001 0 1010 1011011 11011 110101 1010011 101000

Color Harmonies of #BAA711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA711

Black with #BAA711

Text Example


Text Example

White with #BAA711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA711; }

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

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

background-color css

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

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

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

border-color css

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

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

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