#BAAE10

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

Shades of Earls Green #BAAE10

Tints of Earls Green #BAAE10

Color information

#BAAE10 (or 0xBAAE10) is unknown color: approx Earls Green. HEX triplet: BA, AE and 10. RGB value is (186,174,16). Sum of RGB (Red+Green+Blue) = 186+174+16=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAE10 is #4551EF. Grayscale: #A0A0A0. Windows color (decimal): -4542960 or 1093306. OLE color: 1093306.

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

Color convert

RGB18617416-
CMYK00.060.910.27
HSL55.76º84.16%39.61%-
HSV(B)55.76º91.4%72.94%-
XYZ35.4840.756.49-
YUV159.5846.98146.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.47%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 16 (6.64% from 255) = 4.26%
R=49.47%
G=46.28%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861741600.060.910.2755.7684.1639.61
HexBAAE10065B1B385428
Octal2722562006133337012450
Binary10111010101011101000001101011011110111110001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE10; }

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

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

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

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

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

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

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

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