#A2BD2E

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

Shades of Bahia #A2BD2E

Tints of Bahia #A2BD2E

Color information

#A2BD2E (or 0xA2BD2E) is unknown color: approx Bahia. HEX triplet: A2, BD and 2E. RGB value is (162,189,46). Sum of RGB (Red+Green+Blue) = 162+189+46=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BD2E is #5D42D1. Grayscale: #A5A5A5. Windows color (decimal): -6111954 or 3063202. OLE color: 3063202.

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

Color convert

RGB16218946-
CMYK0.1400.760.26
HSL71.33º60.85%46.08%-
HSV(B)71.33º75.66%74.12%-
XYZ33.5944.279.36-
YUV164.6261.05126.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 189 (74.22% from 255) = 47.61%
BLUE value IS 46 (18.36% from 255) = 11.59%
R=40.81%
G=47.61%
B=11.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162189460.1400.760.2671.3360.8546.08
HexA2BD2EE04C1A473d2e
Octal24227556160114321077556
Binary1010001010111101101110111001001100110101000111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BD2E; }

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

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

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

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

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

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

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

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