#A2BD1A

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

Shades of Bahia #A2BD1A

Tints of Bahia #A2BD1A

Color information

#A2BD1A (or 0xA2BD1A) is unknown color: approx Bahia. HEX triplet: A2, BD and 1A. RGB value is (162,189,26). Sum of RGB (Red+Green+Blue) = 162+189+26=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BD1A is #5D42E5. Grayscale: #A2A2A2. Windows color (decimal): -6111974 or 1752482. OLE color: 1752482.

HSL color Cylindrical-coordinate representation of color #A2BD1A: hue angle of 69.94º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2BD1A is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB16218926-
CMYK0.1400.860.26
HSL69.94º75.81%42.16%-
HSV(B)69.94º86.24%74.12%-
XYZ33.2844.157.75-
YUV162.3451.05127.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 189 (74.22% from 255) = 50.13%
BLUE value IS 26 (10.55% from 255) = 6.90%
R=42.97%
G=50.13%
B=6.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162189260.1400.860.2669.9475.8142.16
HexA2BD1AE0561A464c2a
Octal242275321601263210611452
Binary1010001010111101110101110010101101101010001101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BD1A; }

 p { color: rgb(162,189,26); }

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

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

 a { background-color: rgb(162,189,26); }

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

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

 span { border-color: rgb(162,189,26); }

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