#A1BA32

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

Shades of Yellow Green #A1BA32

Tints of Yellow Green #A1BA32

Color information

#A1BA32 (or 0xA1BA32) is unknown color: approx Yellow Green. HEX triplet: A1, BA and 32. RGB value is (161,186,50). Sum of RGB (Red+Green+Blue) = 161+186+50=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BA32 is #5E45CD. Grayscale: #A3A3A3. Windows color (decimal): -6178254 or 3324577. OLE color: 3324577.

HSL color Cylindrical-coordinate representation of color #A1BA32: hue angle of 71.03º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1BA32 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB16118650-
CMYK0.1300.730.27
HSL71.03º57.63%46.27%-
HSV(B)71.03º73.12%72.94%-
XYZ32.8342.939.57-
YUV163.0264.22126.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 50 (19.92% from 255) = 12.59%
R=40.55%
G=46.85%
B=12.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161186500.1300.730.2771.0357.6346.27
HexA1BA32D0491B473a2e
Octal24127262150111331077256
Binary1010000110111010110010110101001001110111000111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA32; }

 p { color: rgb(161,186,50); }

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

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

 a { background-color: rgb(161,186,50); }

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

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

 span { border-color: rgb(161,186,50); }

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