#A1BF27

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

Shades of Bahia #A1BF27

Tints of Bahia #A1BF27

Color information

#A1BF27 (or 0xA1BF27) is unknown color: approx Bahia. HEX triplet: A1, BF and 27. RGB value is (161,191,39). Sum of RGB (Red+Green+Blue) = 161+191+39=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BF27 is #5E40D8. Grayscale: #A5A5A5. Windows color (decimal): -6176985 or 2604961. OLE color: 2604961.

HSL color Cylindrical-coordinate representation of color #A1BF27: hue angle of 71.84º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1BF27 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB16119139-
CMYK0.1600.800.25
HSL71.84º66.09%45.1%-
HSV(B)71.84º79.58%74.9%-
XYZ33.6944.998.83-
YUV164.757.06125.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.18%
GREEN value IS 191 (75% from 255) = 48.85%
BLUE value IS 39 (15.62% from 255) = 9.97%
R=41.18%
G=48.85%
B=9.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161191390.1600.800.2571.8466.0945.1
HexA1BF27100501948422d
Octal241277472001203111010255
Binary101000011011111110011110000010100001100110010001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BF27; }

 p { color: rgb(161,191,39); }

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

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

 a { background-color: rgb(161,191,39); }

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

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

 span { border-color: rgb(161,191,39); }

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