#A9B01C

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

Shades of Bahia #A9B01C

Tints of Bahia #A9B01C

Color information

#A9B01C (or 0xA9B01C) is unknown color: approx Bahia. HEX triplet: A9, B0 and 1C. RGB value is (169,176,28). Sum of RGB (Red+Green+Blue) = 169+176+28=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9B01C is #564FE3. Grayscale: #9D9D9D. Windows color (decimal): -5656548 or 1880233. OLE color: 1880233.

HSL color Cylindrical-coordinate representation of color #A9B01C: hue angle of 62.84º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A9B01C is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB16917628-
CMYK0.0400.840.31
HSL62.84º72.55%40%-
HSV(B)62.84º84.09%69.02%-
XYZ32.139.577.04-
YUV157.0455.18136.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.31%
GREEN value IS 176 (69.14% from 255) = 47.18%
BLUE value IS 28 (11.33% from 255) = 7.51%
R=45.31%
G=47.18%
B=7.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169176280.0400.840.3162.8472.5540
HexA9B01C40541F3f4928
Octal2512603440124377711150
Binary10101001101100001110010001010100111111111111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B01C; }

 p { color: rgb(169,176,28); }

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

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

 a { background-color: rgb(169,176,28); }

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

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

 span { border-color: rgb(169,176,28); }

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