#A2BA1E

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

Shades of Bahia #A2BA1E

Tints of Bahia #A2BA1E

Color information

#A2BA1E (or 0xA2BA1E) is unknown color: approx Bahia. HEX triplet: A2, BA and 1E. RGB value is (162,186,30). Sum of RGB (Red+Green+Blue) = 162+186+30=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BA1E is #5D45E1. Grayscale: #A1A1A1. Windows color (decimal): -6112738 or 2013858. OLE color: 2013858.

HSL color Cylindrical-coordinate representation of color #A2BA1E: hue angle of 69.23º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2BA1E is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB16218630-
CMYK0.1300.840.27
HSL69.23º72.22%42.35%-
HSV(B)69.23º83.87%72.94%-
XYZ32.6942.897.78-
YUV161.0454.05128.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 186 (73.05% from 255) = 49.21%
BLUE value IS 30 (12.11% from 255) = 7.94%
R=42.86%
G=49.21%
B=7.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162186300.1300.840.2769.2372.2242.35
HexA2BA1ED0541B45482a
Octal242272361501243310511052
Binary1010001010111010111101101010101001101110001011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BA1E; }

 p { color: rgb(162,186,30); }

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

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

 a { background-color: rgb(162,186,30); }

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

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

 span { border-color: rgb(162,186,30); }

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