#BAA810

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

Shades of Earls Green #BAA810

Tints of Earls Green #BAA810

Color information

#BAA810 (or 0xBAA810) is unknown color: approx Earls Green. HEX triplet: BA, A8 and 10. RGB value is (186,168,16). Sum of RGB (Red+Green+Blue) = 186+168+16=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA810 is #4557EF. Grayscale: #9C9C9C. Windows color (decimal): -4544496 or 1091770. OLE color: 1091770.

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

Color convert

RGB18616816-
CMYK00.100.910.27
HSL53.65º84.16%39.61%-
HSV(B)53.65º91.4%72.94%-
XYZ34.3538.486.11-
YUV156.0548.96149.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 168 (66.02% from 255) = 45.41%
BLUE value IS 16 (6.64% from 255) = 4.32%
R=50.27%
G=45.41%
B=4.32%

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
Decimal1861681600.100.910.2753.6584.1639.61
HexBAA8100A5B1B365428
Octal27225020012133336612450
Binary101110101010100010000010101011011110111101101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA810; }

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

 H1.HeaderClassName
 {
   color: #BAA810;
 }
 .AnyTagClassName
 {
   color: #BAA810;
 }
</style>
background-color css

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

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

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

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

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

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