#A3C226

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

Shades of Bahia #A3C226

Tints of Bahia #A3C226

Color information

#A3C226 (or 0xA3C226) is unknown color: approx Bahia. HEX triplet: A3, C2 and 26. RGB value is (163,194,38). Sum of RGB (Red+Green+Blue) = 163+194+38=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C226 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C226 is #5C3DD9. Grayscale: #A7A7A7. Windows color (decimal): -6045146 or 2540195. OLE color: 2540195.

HSL color Cylindrical-coordinate representation of color #A3C226: hue angle of 71.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3C226 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB16319438-
CMYK0.1600.800.24
HSL71.92º67.24%45.49%-
HSV(B)71.92º80.41%76.08%-
XYZ34.7546.518.98-
YUV166.9555.23125.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 194 (76.17% from 255) = 49.11%
BLUE value IS 38 (15.23% from 255) = 9.62%
R=41.27%
G=49.11%
B=9.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163194380.1600.800.2471.9267.2445.49
HexA3C226100501848432d
Octal243302462001203011010355
Binary101000111100001010011010000010100001100010010001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C226; }

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

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

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

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

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

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

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

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