#A1B12F

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

Shades of Bahia #A1B12F

Tints of Bahia #A1B12F

Color information

#A1B12F (or 0xA1B12F) is unknown color: approx Bahia. HEX triplet: A1, B1 and 2F. RGB value is (161,177,47). Sum of RGB (Red+Green+Blue) = 161+177+47=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B12F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1B12F is #5E4ED0. Grayscale: #9D9D9D. Windows color (decimal): -6180561 or 3125665. OLE color: 3125665.

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

Color convert

RGB16117747-
CMYK0.0900.730.31
HSL67.38º58.04%43.92%-
HSV(B)67.38º73.45%69.41%-
XYZ30.9339.238.63-
YUV157.465.7130.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 177 (69.53% from 255) = 45.97%
BLUE value IS 47 (18.75% from 255) = 12.21%
R=41.82%
G=45.97%
B=12.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161177470.0900.730.3167.3858.0443.92
HexA1B12F90491F433a2c
Octal24126157110111371037254
Binary1010000110110001101111100101001001111111000011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B12F; }

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

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

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

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

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

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

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

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