#A2BD2A

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

Shades of Bahia #A2BD2A

Tints of Bahia #A2BD2A

Color information

#A2BD2A (or 0xA2BD2A) is unknown color: approx Bahia. HEX triplet: A2, BD and 2A. RGB value is (162,189,42). Sum of RGB (Red+Green+Blue) = 162+189+42=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BD2A is #5D42D5. Grayscale: #A4A4A4. Windows color (decimal): -6111958 or 2801058. OLE color: 2801058.

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

Color convert

RGB16218942-
CMYK0.1400.780.26
HSL71.02º63.64%45.29%-
HSV(B)71.02º77.78%74.12%-
XYZ33.5244.248.96-
YUV164.1759.05126.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 189 (74.22% from 255) = 48.09%
BLUE value IS 42 (16.80% from 255) = 10.69%
R=41.22%
G=48.09%
B=10.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162189420.1400.780.2671.0263.6445.29
HexA2BD2AE04E1A47402d
Octal242275521601163210710055
Binary10100010101111011010101110010011101101010001111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BD2A; }

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

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

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

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

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

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

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

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