#A1B917

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

Shades of Bahia #A1B917

Tints of Bahia #A1B917

Color information

#A1B917 (or 0xA1B917) is unknown color: approx Bahia. HEX triplet: A1, B9 and 17. RGB value is (161,185,23). Sum of RGB (Red+Green+Blue) = 161+185+23=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B917 is #5E46E8. Grayscale: #9F9F9F. Windows color (decimal): -6178537 or 1554849. OLE color: 1554849.

HSL color Cylindrical-coordinate representation of color #A1B917: hue angle of 68.89º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1B917 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB16118523-
CMYK0.1300.880.27
HSL68.89º77.88%40.78%-
HSV(B)68.89º87.57%72.55%-
XYZ32.242.347.29-
YUV159.3651.05129.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 185 (72.66% from 255) = 50.14%
BLUE value IS 23 (9.38% from 255) = 6.23%
R=43.63%
G=50.14%
B=6.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161185230.1300.880.2768.8977.8840.78
HexA1B917D0581B454e29
Octal241271271501303310511651
Binary1010000110111001101111101010110001101110001011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B917; }

 p { color: rgb(161,185,23); }

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

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

 a { background-color: rgb(161,185,23); }

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

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

 span { border-color: rgb(161,185,23); }

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