#BAAA2B

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

Shades of Earls Green #BAAA2B

Tints of Earls Green #BAAA2B

Color information

#BAAA2B (or 0xBAAA2B) is unknown color: approx Earls Green. HEX triplet: BA, AA and 2B. RGB value is (186,170,43). Sum of RGB (Red+Green+Blue) = 186+170+43=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA2B is #4555D4. Grayscale: #A0A0A0. Windows color (decimal): -4543957 or 2861754. OLE color: 2861754.

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

Color convert

RGB18617043-
CMYK00.090.770.27
HSL53.29º62.45%44.9%-
HSV(B)53.29º76.88%72.94%-
XYZ35.0639.368.04-
YUV160.3161.8146.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 43 (17.19% from 255) = 10.78%
R=46.62%
G=42.61%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861704300.090.770.2753.2962.4544.9
HexBAAA2B094D1B353e2d
Octal2722525301111533657655
Binary101110101010101010101101001100110111011110101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA2B; }

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

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

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

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

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

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

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

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