#A2C129

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

Shades of Bahia #A2C129

Tints of Bahia #A2C129

Color information

#A2C129 (or 0xA2C129) is unknown color: approx Bahia. HEX triplet: A2, C1 and 29. RGB value is (162,193,41). Sum of RGB (Red+Green+Blue) = 162+193+41=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C129 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C129 is #5D3ED6. Grayscale: #A6A6A6. Windows color (decimal): -6110935 or 2736546. OLE color: 2736546.

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

Color convert

RGB16219341-
CMYK0.1600.790.24
HSL72.24º64.96%45.88%-
HSV(B)72.24º78.76%75.69%-
XYZ34.3745.989.16-
YUV166.457.23124.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 193 (75.78% from 255) = 48.74%
BLUE value IS 41 (16.41% from 255) = 10.35%
R=40.91%
G=48.74%
B=10.35%

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
Decimal162193410.1600.790.2472.2464.9645.88
HexA2C1291004F1848412e
Octal242301512001173011010156
Binary101000101100000110100110000010011111100010010001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C129; }

 p { color: rgb(162,193,41); }

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

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

 a { background-color: rgb(162,193,41); }

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

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

 span { border-color: rgb(162,193,41); }

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