#BAA710

Color #BAA710 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BAA710

Tints of Earls Green #BAA710

Color information

#BAA710 (or 0xBAA710) is unknown color: approx 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

RGB18616716-
CMYK00.100.910.27
HSL53.29º84.16%39.61%-
HSV(B)53.29º91.4%72.94%-
XYZ34.1638.116.05-
YUV155.4749.29149.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 167 (65.62% 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 (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861671600.100.910.2753.2984.1639.61
HexBAA7100A5B1B355428
Octal27224720012133336512450
Binary101110101010011110000010101011011110111101011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>