#A4B22D

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

Shades of Bahia #A4B22D

Tints of Bahia #A4B22D

Color information

#A4B22D (or 0xA4B22D) is unknown color: approx Bahia. HEX triplet: A4, B2 and 2D. RGB value is (164,178,45). Sum of RGB (Red+Green+Blue) = 164+178+45=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4B22D is #5B4DD2. Grayscale: #9F9F9F. Windows color (decimal): -5983699 or 2994852. OLE color: 2994852.

HSL color Cylindrical-coordinate representation of color #A4B22D: hue angle of 66.32º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4B22D is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB16417845-
CMYK0.0800.750.30
HSL66.32º59.64%43.73%-
HSV(B)66.32º74.72%69.8%-
XYZ31.739.928.52-
YUV158.6563.86131.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 178 (69.92% from 255) = 45.99%
BLUE value IS 45 (17.97% from 255) = 11.63%
R=42.38%
G=45.99%
B=11.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal164178450.0800.750.3066.3259.6443.73
HexA4B22D804B1E423c2c
Octal24426255100113361027454
Binary1010010010110010101101100001001011111101000010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B22D; }

 p { color: rgb(164,178,45); }

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

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

 a { background-color: rgb(164,178,45); }

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

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

 span { border-color: rgb(164,178,45); }

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