#BAAA15

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

Shades of Earls Green #BAAA15

Tints of Earls Green #BAAA15

Color information

#BAAA15 (or 0xBAAA15) is unknown color: approx Earls Green. HEX triplet: BA, AA and 15. RGB value is (186,170,21). Sum of RGB (Red+Green+Blue) = 186+170+21=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAA15 is #4555EA. Grayscale: #9E9E9E. Windows color (decimal): -4543979 or 1419962. OLE color: 1419962.

HSL color Cylindrical-coordinate representation of color #BAAA15: hue angle of 54.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAAA15 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB18617021-
CMYK00.090.890.27
HSL54.18º79.71%40.59%-
HSV(B)54.18º88.71%72.94%-
XYZ34.7639.246.45-
YUV157.850.8148.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.34%
GREEN value IS 170 (66.80% from 255) = 45.09%
BLUE value IS 21 (8.59% from 255) = 5.57%
R=49.34%
G=45.09%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861702100.090.890.2754.1879.7140.59
HexBAAA1509591B365029
Octal27225225011131336612051
Binary101110101010101010101010011011001110111101101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA15; }

 p { color: rgb(186,170,21); }

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

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

 a { background-color: rgb(186,170,21); }

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

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

 span { border-color: rgb(186,170,21); }

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