#A9C21D

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

Shades of Bahia #A9C21D

Tints of Bahia #A9C21D

Color information

#A9C21D (or 0xA9C21D) is unknown color: approx Bahia. HEX triplet: A9, C2 and 1D. RGB value is (169,194,29). Sum of RGB (Red+Green+Blue) = 169+194+29=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C21D is #563DE2. Grayscale: #A8A8A8. Windows color (decimal): -5651939 or 1950377. OLE color: 1950377.

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

Color convert

RGB16919429-
CMYK0.1300.850.24
HSL69.09º73.99%43.73%-
HSV(B)69.09º85.05%76.08%-
XYZ35.8847.118.36-
YUV167.7249.72128.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 194 (76.17% from 255) = 49.49%
BLUE value IS 29 (11.72% from 255) = 7.40%
R=43.11%
G=49.49%
B=7.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal169194290.1300.850.2469.0973.9943.73
HexA9C21DD05518454a2c
Octal251302351501253010511254
Binary1010100111000010111011101010101011100010001011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C21D; }

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

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

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

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

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

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

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

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