#A1BC2F

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

Shades of Bahia #A1BC2F

Tints of Bahia #A1BC2F

Color information

#A1BC2F (or 0xA1BC2F) is unknown color: approx Bahia. HEX triplet: A1, BC and 2F. RGB value is (161,188,47). Sum of RGB (Red+Green+Blue) = 161+188+47=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BC2F is #5E43D0. Grayscale: #A4A4A4. Windows color (decimal): -6177745 or 3128481. OLE color: 3128481.

HSL color Cylindrical-coordinate representation of color #A1BC2F: hue angle of 71.49º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1BC2F is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB16118847-
CMYK0.1400.750.26
HSL71.49º60%46.08%-
HSV(B)71.49º75%73.73%-
XYZ33.1943.759.38-
YUV163.8562.05125.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.66%
GREEN value IS 188 (73.83% from 255) = 47.47%
BLUE value IS 47 (18.75% from 255) = 11.87%
R=40.66%
G=47.47%
B=11.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161188470.1400.750.2671.496046.08
HexA1BC2FE04B1A473c2e
Octal24127457160113321077456
Binary1010000110111100101111111001001011110101000111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BC2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BC2F; }

 p { color: rgb(161,188,47); }

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

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

 a { background-color: rgb(161,188,47); }

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

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

 span { border-color: rgb(161,188,47); }

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