#A1B61C

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

Shades of Bahia #A1B61C

Tints of Bahia #A1B61C

Color information

#A1B61C (or 0xA1B61C) is unknown color: approx Bahia. HEX triplet: A1, B6 and 1C. RGB value is (161,182,28). Sum of RGB (Red+Green+Blue) = 161+182+28=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B61C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B61C is #5E49E3. Grayscale: #9E9E9E. Windows color (decimal): -6179300 or 1881761. OLE color: 1881761.

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

Color convert

RGB16118228-
CMYK0.1200.850.29
HSL68.18º73.33%41.18%-
HSV(B)68.18º84.62%71.37%-
XYZ31.6441.127.37-
YUV158.1654.54130.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 182 (71.48% from 255) = 49.06%
BLUE value IS 28 (11.33% from 255) = 7.55%
R=43.40%
G=49.06%
B=7.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161182280.1200.850.2968.1873.3341.18
HexA1B61CC0551D444929
Octal241266341401253510411151
Binary1010000110110110111001100010101011110110001001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B61C; }

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

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

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

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

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

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

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

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