#A1BA36

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

Shades of Yellow Green #A1BA36

Tints of Yellow Green #A1BA36

Color information

#A1BA36 (or 0xA1BA36) is unknown color: approx Yellow Green. HEX triplet: A1, BA and 36. RGB value is (161,186,54). Sum of RGB (Red+Green+Blue) = 161+186+54=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BA36 is #5E45C9. Grayscale: #A3A3A3. Windows color (decimal): -6178250 or 3586721. OLE color: 3586721.

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

Color convert

RGB16118654-
CMYK0.1300.710.27
HSL71.36º55%47.06%-
HSV(B)71.36º70.97%72.94%-
XYZ32.9242.9610.05-
YUV163.4866.22126.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 54 (21.48% from 255) = 13.47%
R=40.15%
G=46.38%
B=13.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161186540.1300.710.2771.365547.06
HexA1BA36D0471B47372f
Octal24127266150107331076757
Binary1010000110111010110110110101000111110111000111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA36; }

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

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

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

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

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

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

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

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