#a4c329

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

Shades of Bahia #A4C329

Tints of Bahia #A4C329

Color information

#A4C329 (or 0xA4C329) is unknown color: approx Bahia. HEX triplet: A4, C3 and 29. RGB value is (164,195,41). Sum of RGB (Red+Green+Blue) = 164+195+41=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C329 is #5B3CD6. Grayscale: #A8A8A8. Windows color (decimal): -5979351 or 2737060. OLE color: 2737060.

HSL color Cylindrical-coordinate representation of color #A4C329: hue angle of 72.08º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A4C329 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB16419541-
CMYK0.1600.790.24
HSL72.08º65.25%46.27%-
HSV(B)72.08º78.97%76.47%-
XYZ35.2347.089.33-
YUV168.1856.23125.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 195 (76.56% from 255) = 48.75%
BLUE value IS 41 (16.41% from 255) = 10.25%
R=41%
G=48.75%
B=10.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164195410.1600.790.2472.0865.2546.27
HexA4C3291004F1848412e
Octal244303512001173011010156
Binary101001001100001110100110000010011111100010010001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4c329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4c329; }

 p { color: rgb(164,195,41); }

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

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

 a { background-color: rgb(164,195,41); }

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

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

 span { border-color: rgb(164,195,41); }

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