#A1B618

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

Shades of Bahia #A1B618

Tints of Bahia #A1B618

Color information

#A1B618 (or 0xA1B618) is unknown color: approx Bahia. HEX triplet: A1, B6 and 18. RGB value is (161,182,24). Sum of RGB (Red+Green+Blue) = 161+182+24=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B618 is #5E49E7. Grayscale: #9E9E9E. Windows color (decimal): -6179304 or 1619617. OLE color: 1619617.

HSL color Cylindrical-coordinate representation of color #A1B618: hue angle of 67.97º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1B618 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB16118224-
CMYK0.1200.870.29
HSL67.97º76.7%40.39%-
HSV(B)67.97º86.81%71.37%-
XYZ31.5941.17.13-
YUV157.7152.54130.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 182 (71.48% from 255) = 49.59%
BLUE value IS 24 (9.77% from 255) = 6.54%
R=43.87%
G=49.59%
B=6.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161182240.1200.870.2967.9776.740.39
HexA1B618C0571D444d28
Octal241266301401273510411550
Binary1010000110110110110001100010101111110110001001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B618; }

 p { color: rgb(161,182,24); }

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

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

 a { background-color: rgb(161,182,24); }

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

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

 span { border-color: rgb(161,182,24); }

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