#A2BA21

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

Shades of Bahia #A2BA21

Tints of Bahia #A2BA21

Color information

#A2BA21 (or 0xA2BA21) is unknown color: approx Bahia. HEX triplet: A2, BA and 21. RGB value is (162,186,33). Sum of RGB (Red+Green+Blue) = 162+186+33=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BA21 is #5D45DE. Grayscale: #A1A1A1. Windows color (decimal): -6112735 or 2210466. OLE color: 2210466.

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

Color convert

RGB16218633-
CMYK0.1300.820.27
HSL69.41º69.86%42.94%-
HSV(B)69.41º82.26%72.94%-
XYZ32.7342.918-
YUV161.3855.55128.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 186 (73.05% from 255) = 48.82%
BLUE value IS 33 (13.28% from 255) = 8.66%
R=42.52%
G=48.82%
B=8.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162186330.1300.820.2769.4169.8642.94
HexA2BA21D0521B45462b
Octal242272411501223310510653
Binary10100010101110101000011101010100101101110001011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BA21; }

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

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

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

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

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

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

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

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