#A2BD2B

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

Shades of Bahia #A2BD2B

Tints of Bahia #A2BD2B

Color information

#A2BD2B (or 0xA2BD2B) is unknown color: approx Bahia. HEX triplet: A2, BD and 2B. RGB value is (162,189,43). Sum of RGB (Red+Green+Blue) = 162+189+43=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BD2B is #5D42D4. Grayscale: #A4A4A4. Windows color (decimal): -6111957 or 2866594. OLE color: 2866594.

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

Color convert

RGB16218943-
CMYK0.1400.770.26
HSL71.1º62.93%45.49%-
HSV(B)71.1º77.25%74.12%-
XYZ33.5344.259.06-
YUV164.2859.55126.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 189 (74.22% from 255) = 47.97%
BLUE value IS 43 (17.19% from 255) = 10.91%
R=41.12%
G=47.97%
B=10.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162189430.1400.770.2671.162.9345.49
HexA2BD2BE04D1A473f2d
Octal24227553160115321077755
Binary1010001010111101101011111001001101110101000111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BD2B; }

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

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

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

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

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

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

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

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