#A2AC21

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

Shades of Bahia #A2AC21

Tints of Bahia #A2AC21

Color information

#A2AC21 (or 0xA2AC21) is unknown color: approx Bahia. HEX triplet: A2, AC and 21. RGB value is (162,172,33). Sum of RGB (Red+Green+Blue) = 162+172+33=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AC21 is #5D53DE. Grayscale: #999999. Windows color (decimal): -6116319 or 2206882. OLE color: 2206882.

HSL color Cylindrical-coordinate representation of color #A2AC21: hue angle of 64.32º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2AC21 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB16217233-
CMYK0.0600.810.33
HSL64.32º67.8%40.2%-
HSV(B)64.32º80.81%67.45%-
XYZ29.9337.37.06-
YUV153.1660.19134.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 172 (67.58% from 255) = 46.87%
BLUE value IS 33 (13.28% from 255) = 8.99%
R=44.14%
G=46.87%
B=8.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162172330.0600.810.3364.3267.840.2
HexA2AC21605121404428
Octal24225441601214110010450
Binary10100010101011001000011100101000110000110000001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC21; }

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

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

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

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

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

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

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

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