#A9C426

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

Shades of Bahia #A9C426

Tints of Bahia #A9C426

Color information

#A9C426 (or 0xA9C426) is unknown color: approx Bahia. HEX triplet: A9, C4 and 26. RGB value is (169,196,38). Sum of RGB (Red+Green+Blue) = 169+196+38=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C426 is #563BD9. Grayscale: #AAAAAA. Windows color (decimal): -5651418 or 2540713. OLE color: 2540713.

HSL color Cylindrical-coordinate representation of color #A9C426: hue angle of 70.25º 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 #A9C426 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB16919638-
CMYK0.1400.810.23
HSL70.25º67.52%45.88%-
HSV(B)70.25º80.61%76.86%-
XYZ36.4548.059.19-
YUV169.9253.55127.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 196 (76.95% from 255) = 48.64%
BLUE value IS 38 (15.23% from 255) = 9.43%
R=41.94%
G=48.64%
B=9.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal169196380.1400.810.2370.2567.5245.88
HexA9C426E0511746442e
Octal251304461601212710610456
Binary10101001110001001001101110010100011011110001101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C426; }

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

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

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

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

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

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

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

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