#A4AC21

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

Shades of Bahia #A4AC21

Tints of Bahia #A4AC21

Color information

#A4AC21 (or 0xA4AC21) is unknown color: approx Bahia. HEX triplet: A4, AC and 21. RGB value is (164,172,33). Sum of RGB (Red+Green+Blue) = 164+172+33=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AC21 is #5B53DE. Grayscale: #9A9A9A. Windows color (decimal): -5985247 or 2206884. OLE color: 2206884.

HSL color Cylindrical-coordinate representation of color #A4AC21: hue angle of 63.45º 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 #A4AC21 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB16417233-
CMYK0.0500.810.33
HSL63.45º67.8%40.2%-
HSV(B)63.45º80.81%67.45%-
XYZ30.3437.517.08-
YUV153.7659.85135.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 172 (67.58% from 255) = 46.61%
BLUE value IS 33 (13.28% from 255) = 8.94%
R=44.44%
G=46.61%
B=8.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164172330.0500.810.3363.4567.840.2
HexA4AC215051213f4428
Octal2442544150121417710450
Binary1010010010101100100001101010100011000011111111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC21; }

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

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

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

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

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

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

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

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