Html Css Color HEX #BAA710 Earls Green

📋 copy color: '#BAA710'

red 186 ◦ green 167 ◦ blue 16

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

Shades of Earls Green #BAA710

Tints of Earls Green #BAA710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.34%

R = 50.41%
G = 45.26%
B = 4.34%

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

#BAA710 (or 0xBAA710) is known color: Earls Green. HEX triplet: BA, A7 and 10. RGB value is (186,167,16). Sum of RGB (Red+Green+Blue) = 186+167+16=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA710 is #4558EF. Grayscale: #9C9C9C. Windows color (decimal): -4544752 or 1091514. OLE color: 1091514.

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

Color convert

RGB 186 167 16 -
CMYK 0 0.10 0.91 0.27
HSL 53.29º 0.84% 0.4% -
HSV(B) 53.29º 0.91% 0.73% -
XYZ 34.16 38.11 6.05 -
YUV 155.47 49.29 149.78 -
System Red Green Blue C M Y K H S L
Decimal 186 167 16 0 0.10 0.91 0.27 53.29 0.84 0.4
Hex BA A7 10 0 A 5B 1B 35 54 28
Octal 272 247 20 0 12 133 33 65 124 50
Binary 10111010 10100111 10000 0 1010 1011011 11011 110101 1010100 101000

Color Harmonies of #BAA710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA710

Black with #BAA710

Text Example


Text Example

White with #BAA710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA710; }

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

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

background-color css

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

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

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

border-color css

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

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

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