#A9C826

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

Shades of Bahia #A9C826

Tints of Bahia #A9C826

Color information

#A9C826 (or 0xA9C826) is unknown color: approx Bahia. HEX triplet: A9, C8 and 26. RGB value is (169,200,38). Sum of RGB (Red+Green+Blue) = 169+200+38=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C826 is #5637D9. Grayscale: #ACACAC. Windows color (decimal): -5650394 or 2541737. OLE color: 2541737.

HSL color Cylindrical-coordinate representation of color #A9C826: hue angle of 71.48º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A9C826 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB16920038-
CMYK0.1600.810.22
HSL71.48º68.07%46.67%-
HSV(B)71.48º81%78.43%-
XYZ37.3749.889.49-
YUV172.2652.23125.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 200 (78.52% from 255) = 49.14%
BLUE value IS 38 (15.23% from 255) = 9.34%
R=41.52%
G=49.14%
B=9.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169200380.1600.810.2271.4868.0746.67
HexA9C826100511647442f
Octal251310462001212610710457
Binary101010011100100010011010000010100011011010001111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C826; }

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

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

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

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

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

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

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

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