#A5C329

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

Shades of Bahia #A5C329

Tints of Bahia #A5C329

Color information

#A5C329 (or 0xA5C329) is unknown color: approx Bahia. HEX triplet: A5, C3 and 29. RGB value is (165,195,41). Sum of RGB (Red+Green+Blue) = 165+195+41=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 41 (16.41% from 255 or 10.22% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C329 is #5A3CD6. Grayscale: #A9A9A9. Windows color (decimal): -5913815 or 2737061. OLE color: 2737061.

HSL color Cylindrical-coordinate representation of color #A5C329: hue angle of 71.69º 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 #A5C329 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB16519541-
CMYK0.1500.790.24
HSL71.69º65.25%46.27%-
HSV(B)71.69º78.97%76.47%-
XYZ35.4347.199.34-
YUV168.4756.06125.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 195 (76.56% from 255) = 48.63%
BLUE value IS 41 (16.41% from 255) = 10.22%
R=41.15%
G=48.63%
B=10.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165195410.1500.790.2471.6965.2546.27
HexA5C329F04F1848412e
Octal245303511701173011010156
Binary10100101110000111010011111010011111100010010001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C329; }

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

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

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

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

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

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

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

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