#a9c21a

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

Shades of Bahia #A9C21A

Tints of Bahia #A9C21A

Color information

#A9C21A (or 0xA9C21A) is unknown color: approx Bahia. HEX triplet: A9, C2 and 1A. RGB value is (169,194,26). Sum of RGB (Red+Green+Blue) = 169+194+26=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C21A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C21A is #563DE5. Grayscale: #A8A8A8. Windows color (decimal): -5651942 or 1753769. OLE color: 1753769.

HSL color Cylindrical-coordinate representation of color #A9C21A: hue angle of 68.93º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A9C21A is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB16919426-
CMYK0.1300.870.24
HSL68.93º76.36%43.14%-
HSV(B)68.93º86.6%76.08%-
XYZ35.8447.098.18-
YUV167.3748.22129.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 194 (76.17% from 255) = 49.87%
BLUE value IS 26 (10.55% from 255) = 6.68%
R=43.44%
G=49.87%
B=6.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal169194260.1300.870.2468.9376.3643.14
HexA9C21AD05718454c2b
Octal251302321501273010511453
Binary1010100111000010110101101010101111100010001011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9c21a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9c21a; }

 p { color: rgb(169,194,26); }

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

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

 a { background-color: rgb(169,194,26); }

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

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

 span { border-color: rgb(169,194,26); }

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