#A1BF1E

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

Shades of Bahia #A1BF1E

Tints of Bahia #A1BF1E

Color information

#A1BF1E (or 0xA1BF1E) is unknown color: approx Bahia. HEX triplet: A1, BF and 1E. RGB value is (161,191,30). Sum of RGB (Red+Green+Blue) = 161+191+30=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BF1E is #5E40E1. Grayscale: #A4A4A4. Windows color (decimal): -6176994 or 2015137. OLE color: 2015137.

HSL color Cylindrical-coordinate representation of color #A1BF1E: hue angle of 71.18º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1BF1E is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB16119130-
CMYK0.1600.840.25
HSL71.18º72.85%43.33%-
HSV(B)71.18º84.29%74.9%-
XYZ33.5644.938.13-
YUV163.6852.56126.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 191 (75% from 255) = 50%
BLUE value IS 30 (12.11% from 255) = 7.85%
R=42.15%
G=50%
B=7.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161191300.1600.840.2571.1872.8543.33
HexA1BF1E100541947492b
Octal241277362001243110711153
Binary10100001101111111111010000010101001100110001111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BF1E; }

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

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

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

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

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

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

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

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