#A9C01A

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

Shades of Bahia #A9C01A

Tints of Bahia #A9C01A

Color information

#A9C01A (or 0xA9C01A) is unknown color: approx Bahia. HEX triplet: A9, C0 and 1A. RGB value is (169,192,26). Sum of RGB (Red+Green+Blue) = 169+192+26=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 26 (10.55% from 255 or 6.72% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C01A is #563FE5. Grayscale: #A6A6A6. Windows color (decimal): -5652454 or 1753257. OLE color: 1753257.

HSL color Cylindrical-coordinate representation of color #A9C01A: hue angle of 68.31º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A9C01A is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB16919226-
CMYK0.1200.860.25
HSL68.31º76.15%42.75%-
HSV(B)68.31º86.46%75.29%-
XYZ35.446.218.03-
YUV166.248.88130-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 192 (75.39% from 255) = 49.61%
BLUE value IS 26 (10.55% from 255) = 6.72%
R=43.67%
G=49.61%
B=6.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169192260.1200.860.2568.3176.1542.75
HexA9C01AC05619444c2b
Octal251300321401263110411453
Binary1010100111000000110101100010101101100110001001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C01A; }

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

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

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

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

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

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

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

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