#A3C426

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

Shades of Bahia #A3C426

Tints of Bahia #A3C426

Color information

#A3C426 (or 0xA3C426) is unknown color: approx Bahia. HEX triplet: A3, C4 and 26. RGB value is (163,196,38). Sum of RGB (Red+Green+Blue) = 163+196+38=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C426 is #5C3BD9. Grayscale: #A8A8A8. Windows color (decimal): -6044634 or 2540707. OLE color: 2540707.

HSL color Cylindrical-coordinate representation of color #A3C426: hue angle of 72.53º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A3C426 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB16319638-
CMYK0.1700.810.23
HSL72.53º67.52%45.88%-
HSV(B)72.53º80.61%76.86%-
XYZ35.1947.419.13-
YUV168.1254.57124.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 196 (76.95% from 255) = 49.37%
BLUE value IS 38 (15.23% from 255) = 9.57%
R=41.06%
G=49.37%
B=9.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal163196380.1700.810.2372.5367.5245.88
HexA3C426110511749442e
Octal243304462101212711110456
Binary101000111100010010011010001010100011011110010011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C426; }

 p { color: rgb(163,196,38); }

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

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

 a { background-color: rgb(163,196,38); }

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

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

 span { border-color: rgb(163,196,38); }

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